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

Packages that use SecurityProviderNotFoundException
org.mule.api.security Security API for authentication and authorisation. 
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
 

Uses of SecurityProviderNotFoundException in org.mule.api.security
 

Methods in org.mule.api.security that throw SecurityProviderNotFoundException
 Authentication SecurityManager.authenticate(Authentication authentication)
           
 void AuthenticationFilter.authenticate(MuleEvent event)
           
 void SecurityFilter.doFilter(MuleEvent event)
           
 

Uses of SecurityProviderNotFoundException in org.mule.security
 

Methods in org.mule.security that throw SecurityProviderNotFoundException
 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 SecurityProviderNotFoundException in org.mule.security.filters
 

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



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