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

Uses of Authentication in org.mule.api.security
 

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

Methods in org.mule.api.security with parameters of type Authentication
 Authentication SecurityManager.authenticate(Authentication authentication)
           
 Authentication SecurityProvider.authenticate(Authentication authentication)
           
 SecurityContext SecurityContextFactory.create(Authentication authentication)
           
 SecurityContext SecurityManager.createSecurityContext(Authentication authentication)
           
 SecurityContext SecurityProvider.createSecurityContext(Authentication auth)
           
 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.acegi
 

Classes in org.mule.module.acegi that implement Authentication
 class AcegiAuthenticationAdapter
          AcegiAuthenticationAdapter TODO
 

Methods in org.mule.module.acegi that return Authentication
 Authentication AcegiProviderAdapter.authenticate(Authentication authentication)
           
 Authentication AcegiSecurityContext.getAuthentication()
           
 

Methods in org.mule.module.acegi with parameters of type Authentication
 Authentication AcegiProviderAdapter.authenticate(Authentication authentication)
           
 SecurityContext AcegiSecurityContextFactory.create(Authentication authentication)
           
 void AcegiSecurityContext.setAuthentication(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)
           
 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()
           
 

Methods in org.mule.security with parameters of type Authentication
 Authentication MuleSecurityManager.authenticate(Authentication authentication)
           
 SecurityContext DefaultSecurityContextFactory.create(Authentication authentication)
           
 SecurityContext AbstractSecurityProvider.createSecurityContext(Authentication authentication)
           
 SecurityContext MuleSecurityManager.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 TestSingleUserSecurityProvider.authenticate(Authentication authenticationRequest)
           
 Authentication TestMultiuserSecurityProvider.authenticate(Authentication authentication)
           
 

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



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