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.pgp   
org.mule.impl.security   
org.mule.impl.security.filters   
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.pgp
 

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

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-2005 SymphonySoft Limited. All Rights Reserved.