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

Packages that use UnknownAuthenticationTypeException
org.mule.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.jaas   
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.extras.wssecurity.filters   
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 UnknownAuthenticationTypeException in org.mule.extras.acegi
 

Methods in org.mule.extras.acegi that throw UnknownAuthenticationTypeException
 UMOSecurityContext AcegiProviderAdapter.createSecurityContext(UMOAuthentication auth)
           
 

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

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

Uses of UnknownAuthenticationTypeException in org.mule.extras.jaas
 

Methods in org.mule.extras.jaas that throw UnknownAuthenticationTypeException
 UMOSecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(UMOAuthentication auth)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.extras.pgp
 

Methods in org.mule.extras.pgp that throw UnknownAuthenticationTypeException
 UMOSecurityContext PGPSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 

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

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

Uses of UnknownAuthenticationTypeException in org.mule.extras.wssecurity.filters
 

Methods in org.mule.extras.wssecurity.filters that throw UnknownAuthenticationTypeException
protected  void WsSecurityFilter.authenticateInbound(UMOEvent event)
          This method's use is two-fold.
 

Uses of UnknownAuthenticationTypeException in org.mule.impl.security
 

Methods in org.mule.impl.security that throw UnknownAuthenticationTypeException
 void AbstractEndpointSecurityFilter.authenticate(UMOEvent event)
           
protected abstract  void AbstractEndpointSecurityFilter.authenticateInbound(UMOEvent event)
           
 UMOSecurityContext MuleSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.impl.security.filters
 

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

Uses of UnknownAuthenticationTypeException in org.mule.umo.security
 

Methods in org.mule.umo.security that throw UnknownAuthenticationTypeException
 UMOSecurityContext UMOSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 void UMOEndpointSecurityFilter.authenticate(UMOEvent event)
           
 



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