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.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.jaas   
org.mule.extras.jaas.filters   
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.extras.wssecurity.filters   
org.mule.extras.wssecurity.handlers   
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.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.impl.security.filters Core sercurity filter types. 
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
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. 
org.mule.umo.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
 

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 authentication 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.client
UMOCredentials
          UMOCredentials holds credentials information for a user.
 

Classes in org.mule.umo.security used by org.mule.extras.jaas
SecurityException
          SecurityException is a generic security exception
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authentication information if the request was successful
UMOCredentials
          UMOCredentials holds credentials information for a user.
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.jaas.filters
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
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 authentication 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.extras.wssecurity.filters
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
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.wssecurity.handlers
SecurityException
          SecurityException is a generic security exception
 

Classes in org.mule.umo.security used by org.mule.impl
UMOCredentials
          UMOCredentials holds credentials information for a user.
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.internal.notifications
SecurityException
          SecurityException is a generic security exception
 

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.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
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 authentication 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.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
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.providers.email
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
 

Classes in org.mule.umo.security used by org.mule.providers.http
TlsDirectKeyStore
          Configure direct key stores.
TlsDirectTrustStore
          Configure direct trust stores.
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
 

Classes in org.mule.umo.security used by org.mule.providers.ssl
TlsDirectKeyStore
          Configure direct key stores.
TlsDirectTrustStore
          Configure direct trust stores.
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
 

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.
UMOCredentials
          UMOCredentials holds credentials information for a user.
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.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
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
TlsIndirectTrustStore
          Configure indirect trust stores.
UMOAuthentication
          UMOAuthentication represents an authentication request and contains authentication 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.
 

Classes in org.mule.umo.security used by org.mule.umo.security.tls
TlsDirectKeyStore
          Configure direct key stores.
TlsDirectTrustStore
          Configure direct trust stores.
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.