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.security Core security implementation including the mule security manager and encryption types 
 

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.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)
           
 SecurityContext AcegiProviderAdapter.createSecurityContext(Authentication auth)
           
 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.
 Authentication JaasSecurityContext.getAuthentication()
          Returns the authentication
 

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.
 SecurityContext JaasSecurityContextFactory.create(Authentication authentication)
          Creates the Jaas Security Context
 SecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(Authentication auth)
           
 void JaasSecurityContext.setAuthentication(Authentication authentication)
          Sets the Authentication
 

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)
           
 SecurityContext PGPSecurityProvider.createSecurityContext(Authentication auth)
           
 void PGPSecurityContext.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)
           
 

Methods in org.mule.security with parameters of type Authentication
 Authentication MuleSecurityManager.authenticate(Authentication authentication)
           
 SecurityContext MuleSecurityManager.createSecurityContext(Authentication authentication)
           
 



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