Uses of Class
org.mule.umo.security.SecurityException

Packages that use SecurityException
org.mule.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.jaas   
org.mule.extras.jaas.filters   
org.mule.extras.pgp   
org.mule.extras.wssecurity.filters   
org.mule.extras.wssecurity.handlers   
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.umo.security Security API for authentication and authorisation. 
 

Uses of SecurityException in org.mule.extras.acegi
 

Methods in org.mule.extras.acegi that throw SecurityException
 UMOAuthentication AcegiProviderAdapter.authenticate(UMOAuthentication authentication)
           
 

Uses of SecurityException in org.mule.extras.acegi.filters.http
 

Methods in org.mule.extras.acegi.filters.http that throw SecurityException
 void HttpBasicAuthenticationFilter.authenticateInbound(UMOEvent event)
          Authenticates the current message if authenticate is set to true.
 void HttpBasicAuthenticationFilter.authenticateOutbound(UMOEvent event)
          Authenticates the current message if authenticate is set to true.
 

Uses of SecurityException in org.mule.extras.jaas
 

Methods in org.mule.extras.jaas that throw SecurityException
 UMOAuthentication JaasSimpleAuthenticationProvider.authenticate(UMOAuthentication authentication)
          The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
 

Uses of SecurityException in org.mule.extras.jaas.filters
 

Methods in org.mule.extras.jaas.filters that throw SecurityException
protected  void JaasSecurityFilter.authenticateInbound(UMOEvent event)
           
protected  void JaasSecurityFilter.authenticateOutbound(UMOEvent event)
           
 

Uses of SecurityException in org.mule.extras.pgp
 

Methods in org.mule.extras.pgp that throw SecurityException
 UMOAuthentication PGPSecurityProvider.authenticate(UMOAuthentication authentication)
           
 

Uses of SecurityException in org.mule.extras.wssecurity.filters
 

Methods in org.mule.extras.wssecurity.filters that throw SecurityException
protected  void WsSecurityFilter.authenticateInbound(UMOEvent event)
          This method's use is two-fold.
protected  void WsSecurityFilter.authenticateOutbound(UMOEvent event)
          This method secures the outgouing message by setting the required security handlers.
 

Uses of SecurityException in org.mule.extras.wssecurity.handlers
 

Methods in org.mule.extras.wssecurity.handlers that throw SecurityException
 void MuleWSSInHandler.invoke(org.codehaus.xfire.MessageContext msgContext)
          The method invoke performs the security checks on the soap headers for the incoming message.
 

Uses of SecurityException in org.mule.impl.internal.notifications
 

Constructors in org.mule.impl.internal.notifications with parameters of type SecurityException
SecurityNotification(SecurityException message, int action)
           
 

Uses of SecurityException in org.mule.impl.security
 

Methods in org.mule.impl.security that throw SecurityException
 UMOAuthentication MuleSecurityManager.authenticate(UMOAuthentication authentication)
           
 void AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
           
 

Uses of SecurityException in org.mule.impl.security.filters
 

Methods in org.mule.impl.security.filters that throw SecurityException
protected  void MuleEncryptionEndpointSecurityFilter.authenticateInbound(UMOEvent event)
           
protected  void MuleEncryptionEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
           
 

Uses of SecurityException in org.mule.umo.security
 

Subclasses of SecurityException in org.mule.umo.security
 class CredentialsNotSetException
          CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
 class EncryptionNotSupportedException
          EncryptionNotSupportedException is thrown if an algorithm is set in the MULE_USER header but it doesn't match the algorithm set on the security filter
 class UnauthorisedException
          UnauthorisedException is thrown if authentication fails
 class UnsupportedAuthenticationSchemeException
          UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the Security filter does not understand
 

Methods in org.mule.umo.security that throw SecurityException
 UMOAuthentication UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 void UMOEndpointSecurityFilter.authenticate(UMOEvent event)
           
 



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