Uses of Interface
org.mule.api.security.Authentication

Packages that use Authentication
org.mule.api.security Security API for authentication and authorisation. 
org.mule.module.jaas   
org.mule.module.pgp   
org.mule.module.spring.security   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.tck.security   
org.mule.transport.http.filters   
 

Uses of Authentication in org.mule.api.security
 

Methods in org.mule.api.security that return Authentication
 Authentication SecurityProvider.authenticate(Authentication authentication)
           
 Authentication SecurityManager.authenticate(Authentication authentication)
           
 Authentication SecurityContext.getAuthentication()
           
 

Methods in org.mule.api.security with parameters of type Authentication
 Authentication SecurityProvider.authenticate(Authentication authentication)
           
 Authentication SecurityManager.authenticate(Authentication authentication)
           
 SecurityContext SecurityContextFactory.create(Authentication authentication)
           
 SecurityContext SecurityProvider.createSecurityContext(Authentication auth)
           
 SecurityContext SecurityManager.createSecurityContext(Authentication authentication)
           
 void SecurityContext.setAuthentication(Authentication authentication)
           
 

Constructors in org.mule.api.security with parameters of type Authentication
UnknownAuthenticationTypeException(Authentication authentication)
           
 

Uses of Authentication in org.mule.module.jaas
 

Classes in org.mule.module.jaas that implement Authentication
 class JaasAuthentication
           
 

Methods in org.mule.module.jaas that return Authentication
 Authentication JaasSimpleAuthenticationProvider.authenticate(Authentication authentication)
          The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
 

Methods in org.mule.module.jaas with parameters of type Authentication
 Authentication JaasSimpleAuthenticationProvider.authenticate(Authentication authentication)
          The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
 

Constructors in org.mule.module.jaas with parameters of type Authentication
MuleCallbackHandler(Authentication authentication)
           
 

Uses of Authentication in org.mule.module.pgp
 

Classes in org.mule.module.pgp that implement Authentication
 class PGPAuthentication
           
 

Methods in org.mule.module.pgp that return Authentication
 Authentication PGPSecurityProvider.authenticate(Authentication authentication)
           
 Authentication PGPSecurityContext.getAuthentication()
           
 

Methods in org.mule.module.pgp with parameters of type Authentication
 Authentication PGPSecurityProvider.authenticate(Authentication authentication)
           
 SecurityContext PGPSecurityContextFactory.create(Authentication authentication)
           
 void PGPSecurityContext.setAuthentication(Authentication authentication)
           
 

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

Classes in org.mule.module.spring.security that implement Authentication
 class SpringAuthenticationAdapter
           
 

Methods in org.mule.module.spring.security that return Authentication
 Authentication SpringProviderAdapter.authenticate(Authentication authentication)
           
 Authentication SpringSecurityContext.getAuthentication()
           
 

Methods in org.mule.module.spring.security with parameters of type Authentication
 Authentication SpringProviderAdapter.authenticate(Authentication authentication)
           
 SecurityContext SpringSecurityContextFactory.create(Authentication authentication)
           
 org.springframework.security.core.Authentication UserAndPasswordAuthenticationProvider.getAuthentication(Authentication authentication)
          Provides a spring authentication according to mule's authentication
 org.springframework.security.core.Authentication SpringAuthenticationProvider.getAuthentication(Authentication authentication)
          Provides a spring authentication according to mule's authentication
 org.springframework.security.core.Authentication PreAuthenticatedAuthenticationProvider.getAuthentication(Authentication authentication)
          Provides a spring authentication according to mule's authentication
 void SpringSecurityContext.setAuthentication(Authentication authentication)
           
 

Uses of Authentication in org.mule.security
 

Classes in org.mule.security that implement Authentication
 class DefaultMuleAuthentication
           
 

Methods in org.mule.security that return Authentication
 Authentication MuleSecurityManager.authenticate(Authentication authentication)
           
 Authentication DefaultSecurityContext.getAuthentication()
           
protected  Authentication UsernamePasswordAuthenticationFilter.getAuthenticationToken(MuleEvent event)
           
 

Methods in org.mule.security with parameters of type Authentication
 Authentication MuleSecurityManager.authenticate(Authentication authentication)
           
 SecurityContext DefaultSecurityContextFactory.create(Authentication authentication)
           
 SecurityContext MuleSecurityManager.createSecurityContext(Authentication authentication)
           
 SecurityContext AbstractSecurityProvider.createSecurityContext(Authentication authentication)
           
 void DefaultSecurityContext.setAuthentication(Authentication authentication)
           
 

Constructors in org.mule.security with parameters of type Authentication
DefaultSecurityContext(Authentication authentication)
           
 

Uses of Authentication in org.mule.tck.security
 

Methods in org.mule.tck.security that return Authentication
 Authentication TestMultiuserSecurityProvider.authenticate(Authentication authentication)
           
 Authentication TestSingleUserSecurityProvider.authenticate(Authentication authenticationRequest)
           
 

Methods in org.mule.tck.security with parameters of type Authentication
 Authentication TestMultiuserSecurityProvider.authenticate(Authentication authentication)
           
 Authentication TestSingleUserSecurityProvider.authenticate(Authentication authenticationRequest)
           
 

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

Methods in org.mule.transport.http.filters that return Authentication
protected  Authentication HttpBasicAuthenticationFilter.createAuthentication(String username, String password, MuleEvent event)
           
 



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