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

Packages that use SecurityContext
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
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 SecurityContext in org.mule
 

Methods in org.mule that return SecurityContext
 SecurityContext DefaultMuleSession.getSecurityContext()
          The security context for this session.
 

Methods in org.mule with parameters of type SecurityContext
 void DefaultMuleSession.setSecurityContext(SecurityContext context)
          The security context for this session.
 

Uses of SecurityContext in org.mule.api
 

Methods in org.mule.api that return SecurityContext
 SecurityContext MuleSession.getSecurityContext()
          The security context for this session.
 

Methods in org.mule.api with parameters of type SecurityContext
 void MuleSession.setSecurityContext(SecurityContext context)
          The security context for this session.
 

Uses of SecurityContext in org.mule.api.security
 

Methods in org.mule.api.security that return SecurityContext
 SecurityContext SecurityContextFactory.create(Authentication authentication)
           
 SecurityContext SecurityProvider.createSecurityContext(Authentication auth)
           
 SecurityContext SecurityManager.createSecurityContext(Authentication authentication)
           
 

Constructors in org.mule.api.security with parameters of type SecurityContext
CredentialsNotSetException(MuleMessage umoMessage, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
UnauthorisedException(MuleMessage umoMessage, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
 

Uses of SecurityContext in org.mule.module.acegi
 

Classes in org.mule.module.acegi that implement SecurityContext
 class AcegiSecurityContext
          AcegiSecurityContext is a SecurityContext wrapper used to interface with an Acegi SecurityContext
 

Methods in org.mule.module.acegi that return SecurityContext
 SecurityContext AcegiSecurityContextFactory.create(Authentication authentication)
           
 SecurityContext AcegiProviderAdapter.createSecurityContext(Authentication auth)
           
 

Uses of SecurityContext in org.mule.module.jaas
 

Classes in org.mule.module.jaas that implement SecurityContext
 class JaasSecurityContext
           
 

Methods in org.mule.module.jaas that return SecurityContext
 SecurityContext JaasSecurityContextFactory.create(Authentication authentication)
          Creates the Jaas Security Context
 SecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(Authentication auth)
           
 

Uses of SecurityContext in org.mule.module.pgp
 

Classes in org.mule.module.pgp that implement SecurityContext
 class PGPSecurityContext
           
 

Methods in org.mule.module.pgp that return SecurityContext
 SecurityContext PGPSecurityContextFactory.create(Authentication authentication)
           
 SecurityContext PGPSecurityProvider.createSecurityContext(Authentication auth)
           
 

Uses of SecurityContext in org.mule.security
 

Methods in org.mule.security that return SecurityContext
 SecurityContext MuleSecurityManager.createSecurityContext(Authentication authentication)
           
 



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