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

Packages that use UnknownAuthenticationTypeException
org.mule.api.security Security API for authentication and authorisation. 
org.mule.module.acegi   
org.mule.module.acegi.filters.http   
org.mule.module.jaas   
org.mule.module.jaas.filters   
org.mule.module.pgp   
org.mule.module.pgp.filters   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
 

Uses of UnknownAuthenticationTypeException in org.mule.api.security
 

Methods in org.mule.api.security that throw UnknownAuthenticationTypeException
 void EndpointSecurityFilter.authenticate(MuleEvent event)
           
 SecurityContext SecurityProvider.createSecurityContext(Authentication auth)
           
 SecurityContext SecurityManager.createSecurityContext(Authentication authentication)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.module.acegi
 

Methods in org.mule.module.acegi that throw UnknownAuthenticationTypeException
 SecurityContext AcegiProviderAdapter.createSecurityContext(Authentication auth)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.module.acegi.filters.http
 

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

Uses of UnknownAuthenticationTypeException in org.mule.module.jaas
 

Methods in org.mule.module.jaas that throw UnknownAuthenticationTypeException
 SecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(Authentication auth)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.module.jaas.filters
 

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

Uses of UnknownAuthenticationTypeException in org.mule.module.pgp
 

Methods in org.mule.module.pgp that throw UnknownAuthenticationTypeException
 SecurityContext PGPSecurityProvider.createSecurityContext(Authentication auth)
           
 

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

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

Uses of UnknownAuthenticationTypeException in org.mule.security
 

Methods in org.mule.security that throw UnknownAuthenticationTypeException
 void AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
           
 SecurityContext MuleSecurityManager.createSecurityContext(Authentication authentication)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.security.filters
 

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



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.