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

Packages that use SecurityException
org.mule.impl.internal.notifications Internal server notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication 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.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
 void AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(UMOEvent event)
           
 UMOAuthentication MuleSecurityManager.authenticate(UMOAuthentication authentication)
           
 

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
 void UMOEndpointSecurityFilter.authenticate(UMOEvent event)
           
 UMOAuthentication UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.