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

Packages that use SecurityContext
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.pgp   
org.mule.module.spring.security   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.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(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
CredentialsNotSetException(MuleEvent event, SecurityContext context, URI endpointUri, SecurityFilter filter)
          Deprecated. 
NotPermittedException(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
UnauthorisedException(MuleEvent event, SecurityContext context, SecurityFilter filter)
           
UnauthorisedException(MuleEvent event, SecurityContext context, URI endpointURI, SecurityFilter filter)
          Deprecated. 
 

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
          SpringSecurityContext is a SecurityContext wrapper used to interface with an Spring's 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 MuleSecurityManager.createSecurityContext(Authentication authentication)
           
 SecurityContext AbstractSecurityProvider.createSecurityContext(Authentication authentication)
           
 

Uses of SecurityContext in org.mule.session
 

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

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



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