Uses of Package
org.mule.api.security

Packages that use org.mule.api.security
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api 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.api.endpoint Endpoint interfaces. 
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.processor   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.session   
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
 

Classes in org.mule.api.security used by org.mule
Credentials
          Credentials holds credentials information for a user.
SecurityManager
          SecurityManager is responsible for managing one or more security providers.
 

Classes in org.mule.api.security used by org.mule.api
Credentials
          Credentials holds credentials information for a user.
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityContext
          SecurityContext holds security information and is associated with the MuleSession.
SecurityManager
          SecurityManager is responsible for managing one or more security providers.
 

Classes in org.mule.api.security used by org.mule.api.endpoint
EndpointSecurityFilter
          Deprecated. 
 

Classes in org.mule.api.security used by org.mule.api.security
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
CredentialsAccessor
          CredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the SecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
SecurityContext
          SecurityContext holds security information and is associated with the MuleSession.
SecurityException
          SecurityException is a generic security exception
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
SecurityManager
          SecurityManager is responsible for managing one or more security providers.
SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
TlsIndirectTrustStore
          Configure indirect trust stores.
UnauthorisedException
          UnauthorisedException is thrown if authentication fails
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
 

Classes in org.mule.api.security used by org.mule.api.security.tls
TlsDirectKeyStore
          Configure direct key stores.
TlsDirectTrustStore
          Configure direct trust stores.
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
TlsProtocolHandler
          Set the underlying protocol handler.
 

Classes in org.mule.api.security used by org.mule.context.notification
SecurityException
          SecurityException is a generic security exception
 

Classes in org.mule.api.security used by org.mule.endpoint
EndpointSecurityFilter
          Deprecated. 
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
 

Classes in org.mule.api.security used by org.mule.processor
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
 

Classes in org.mule.api.security used by org.mule.security
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
Credentials
          Credentials holds credentials information for a user.
CredentialsAccessor
          CredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the SecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
EndpointSecurityFilter
          Deprecated. 
SecurityContext
          SecurityContext holds security information and is associated with the MuleSession.
SecurityContextFactory
          SecurityContextFactory is responsible for creating a SecurityContext instance.
SecurityException
          SecurityException is a generic security exception
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
SecurityManager
          SecurityManager is responsible for managing one or more security providers.
SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UnauthorisedException
          UnauthorisedException is thrown if authentication fails
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
 

Classes in org.mule.api.security used by org.mule.security.filters
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
EncryptionStrategyNotFoundException
          EncryptionStrategyNotFoundException is thrown by the SecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
EndpointSecurityFilter
          Deprecated. 
SecurityException
          SecurityException is a generic security exception
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
SecurityProviderNotFoundException
          SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
UnknownAuthenticationTypeException
          UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
 

Classes in org.mule.api.security used by org.mule.session
SecurityContext
          SecurityContext holds security information and is associated with the MuleSession.
 

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



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.