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.example.notifications   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.cxf.security   
org.mule.module.cxf.support   
org.mule.module.jaas   
org.mule.module.jaas.filters   
org.mule.module.pgp   
org.mule.module.pgp.filters   
org.mule.module.spring.security   
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.tck.security   
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.filters   
org.mule.transport.servlet.jetty   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
 

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.example.notifications
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
UnauthorisedException
          UnauthorisedException is thrown if authentication fails
 

Classes in org.mule.api.security used by org.mule.module.client
Credentials
          Credentials holds credentials information for a user.
 

Classes in org.mule.api.security used by org.mule.module.cxf.security
SecurityException
          SecurityException is a generic security exception
 

Classes in org.mule.api.security used by org.mule.module.cxf.support
SecurityManager
          SecurityManager is responsible for managing one or more security providers.
 

Classes in org.mule.api.security used by org.mule.module.jaas
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
Credentials
          Credentials holds credentials information for a user.
SecurityException
          SecurityException is a generic security exception
SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
 

Classes in org.mule.api.security used by org.mule.module.jaas.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.module.pgp
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
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.
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
SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
 

Classes in org.mule.api.security used by org.mule.module.pgp.filters
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
EndpointSecurityFilter
          Deprecated. 
SecurityException
          SecurityException is a generic security exception
SecurityFilter
          SecurityFilter is a base filter for secure filtering of inbound and outbound event flow.
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.module.spring.security
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
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.
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.
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
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.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.tck.security
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
CryptoFailureException
          CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
SecurityException
          SecurityException is a generic security exception
SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
 

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.
 

Classes in org.mule.api.security used by org.mule.transport.ajax.embedded
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.transport.email
TlsIndirectKeyStore
          Configure indirect key stores.
TlsIndirectTrustStore
          Configure indirect trust stores.
 

Classes in org.mule.api.security used by org.mule.transport.http
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.transport.http.filters
Authentication
          Authentication represents an authentication request and contains authentication information if the request was successful
AuthenticationFilter
          AuthenticationFilter is a base filter for authenticating messages.
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.transport.servlet.jetty
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.transport.ssl
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.
 



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