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

Packages that use Authentication
org.mule.api.security Security API for authentication and authorisation. 
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.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 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)
           
 



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