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

Packages that use UnauthorisedException
org.mule.api.security Security API for authentication and authorisation. 
org.mule.example.notifications   
org.mule.module.pgp.filters   
org.mule.security Core security implementation including the mule security manager and encryption types 
 

Uses of UnauthorisedException in org.mule.api.security
 

Subclasses of UnauthorisedException in org.mule.api.security
 class CredentialsNotSetException
          CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
 

Uses of UnauthorisedException in org.mule.example.notifications
 

Methods in org.mule.example.notifications that throw UnauthorisedException
 void DummySecurityFilter.authenticate(MuleEvent event)
           
 

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

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

Uses of UnauthorisedException in org.mule.security
 

Methods in org.mule.security that throw UnauthorisedException
protected  Authentication UsernamePasswordAuthenticationFilter.getAuthenticationToken(MuleEvent event)
           
 



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