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.pgp   
org.mule.module.spring.security   
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 SecurityManager.createSecurityContext(Authentication authentication)
           
 SecurityContext SecurityProvider.createSecurityContext(Authentication auth)
           
 

Constructors in org.mule.api.security with parameters of type SecurityContext
CredentialsNotSetException(MuleMessage muleMessage, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
UnauthorisedException(MuleMessage message, 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)
           
 

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)
           
 

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

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

Methods in org.mule.module.spring.security that return SecurityContext
 SecurityContext SpringSecurityContextFactory.create(Authentication authentication)
           
 

Uses of SecurityContext in org.mule.security
 

Classes in org.mule.security that implement SecurityContext
 class DefaultSecurityContext
          Trivial SecurityContext implementation which simply holds the Authentication object.
 

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



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