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

Packages that use UnknownAuthenticationTypeException
org.mule.api.security Security API for authentication and authorisation. 
org.mule.example.notifications   
org.mule.module.acegi.filters.http   
org.mule.module.jaas.filters   
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.transport.http.filters   
 

Uses of UnknownAuthenticationTypeException in org.mule.api.security
 

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

Uses of UnknownAuthenticationTypeException in org.mule.example.notifications
 

Methods in org.mule.example.notifications that throw UnknownAuthenticationTypeException
protected  void DummySecurityFilter.authenticateInbound(MuleEvent event)
           
 

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.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.filters
 

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

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

Methods in org.mule.module.spring.security that throw UnknownAuthenticationTypeException
 void AuthorizationFilter.doFilter(MuleEvent event)
           
 

Uses of UnknownAuthenticationTypeException in org.mule.security
 

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

Uses of UnknownAuthenticationTypeException in org.mule.security.filters
 

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

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

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



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