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

Packages that use SecurityException
org.mule.api.security Security API for authentication and authorisation. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.module.cxf.security   
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.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.tck.security   
org.mule.transport.http.filters   
 

Uses of SecurityException in org.mule.api.security
 

Subclasses of SecurityException in org.mule.api.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 NotPermittedException
          NotPermittedException is thrown if the user isn't authorized to perform an action.
 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.api.security that throw SecurityException
 Authentication SecurityProvider.authenticate(Authentication authentication)
           
 Authentication SecurityManager.authenticate(Authentication authentication)
           
 void AuthenticationFilter.authenticate(MuleEvent event)
           
 void SecurityFilter.doFilter(MuleEvent event)
           
 

Uses of SecurityException in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type SecurityException
SecurityNotification(SecurityException message, int action)
           
 

Uses of SecurityException in org.mule.module.cxf.security
 

Subclasses of SecurityException in org.mule.module.cxf.security
 class WebServiceSecurityException
           
 

Uses of SecurityException in org.mule.module.jaas
 

Methods in org.mule.module.jaas that throw SecurityException
 Authentication JaasSimpleAuthenticationProvider.authenticate(Authentication 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.module.jaas.filters
 

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

Uses of SecurityException in org.mule.module.pgp
 

Methods in org.mule.module.pgp that throw SecurityException
 Authentication PGPSecurityProvider.authenticate(Authentication authentication)
           
 

Uses of SecurityException in org.mule.module.pgp.filters
 

Methods in org.mule.module.pgp.filters that throw SecurityException
protected  void PGPSecurityFilter.authenticateInbound(MuleEvent event)
           
protected  void PGPSecurityFilter.authenticateOutbound(MuleEvent event)
           
 

Uses of SecurityException in org.mule.module.spring.security
 

Methods in org.mule.module.spring.security that throw SecurityException
 Authentication SpringProviderAdapter.authenticate(Authentication authentication)
           
 void AuthorizationFilter.doFilter(MuleEvent event)
           
 

Uses of SecurityException in org.mule.security
 

Methods in org.mule.security that throw SecurityException
 Authentication MuleSecurityManager.authenticate(Authentication authentication)
           
 void AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
          Deprecated.  
abstract  void AbstractAuthenticationFilter.authenticate(MuleEvent event)
           
 void UsernamePasswordAuthenticationFilter.authenticate(MuleEvent event)
          Authenticates the current message.
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
          Deprecated.  
protected abstract  void AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
          Deprecated.  
abstract  void AbstractSecurityFilter.doFilter(MuleEvent event)
           
 void AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
          Deprecated.  
 void AbstractAuthenticationFilter.doFilter(MuleEvent event)
           
 

Uses of SecurityException in org.mule.security.filters
 

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

Uses of SecurityException in org.mule.tck.security
 

Methods in org.mule.tck.security that throw SecurityException
 Authentication TestMultiuserSecurityProvider.authenticate(Authentication authentication)
           
 Authentication TestSingleUserSecurityProvider.authenticate(Authentication authenticationRequest)
           
 

Uses of SecurityException in org.mule.transport.http.filters
 

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



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