Uses of Package
org.mule.umo.security

Packages that use org.mule.umo.security
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.security   
org.mule.impl.security.filters   
org.mule.transformers.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.umo.endpoint Endpoint interfaces. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.security Security API for authentication and authorisation. 
 

Classes in org.mule.umo.security used by org.mule
UMOSecurityManager
          UMOSecurityManager is responsible for managing a one or more security providers.
 

Classes in org.mule.umo.security used by org.mule.extras.acegi
SecurityException
          SecurityException is a generic security exception
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authenitcation information if the request was successful
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityContextFactory
          UMOSecurityContextFactory is responsible for creating a UMOSecurityContext instance.
UMOSecurityProvider
          UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.extras.acegi.filters.http
SecurityException
          SecurityException is a generic security exception
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the UMOSecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.extras.pgp
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityException
          SecurityException is a generic security exception
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authenitcation information if the request was successful
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityContextFactory
          UMOSecurityContextFactory is responsible for creating a UMOSecurityContext instance.
UMOSecurityProvider
          UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.extras.pgp.filters
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UnauthorisedException
          UnauthorisedException is thrown if authentication fails
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.impl
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
 

Classes in org.mule.umo.security used by org.mule.impl.endpoint
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
 

Classes in org.mule.umo.security used by org.mule.impl.security
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityException
          SecurityException is a generic security exception
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the UMOSecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authenitcation information if the request was successful
UMOCredentials
          UMOCredentials holds credentials information for a user.
UMOCredentialsAccessor
          UMOCredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityManager
          UMOSecurityManager is responsible for managing a one or more security providers.
UMOSecurityProvider
          UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.impl.security.filters
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityException
          SecurityException is a generic security exception
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the UMOSecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 

Classes in org.mule.umo.security used by org.mule.transformers.encryption
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
 

Classes in org.mule.umo.security used by org.mule.umo
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
 

Classes in org.mule.umo.security used by org.mule.umo.endpoint
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
 

Classes in org.mule.umo.security used by org.mule.umo.manager
UMOSecurityManager
          UMOSecurityManager is responsible for managing a one or more security providers.
 

Classes in org.mule.umo.security used by org.mule.umo.security
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityException
          SecurityException is a generic security exception
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the UMOSecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authenitcation information if the request was successful
UMOCredentialsAccessor
          UMOCredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UMOSecurityContext
          UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityManager
          UMOSecurityManager is responsible for managing a one or more security providers.
UMOSecurityProvider
          UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UnauthorisedException
          UnauthorisedException is thrown if authentication fails
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.