Package | Description |
---|---|
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.jaas | |
org.mule.security |
Core security implementation including the mule security manager and encryption types
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
DefaultMuleSession.getSecurityContext()
The security context for this session.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleSession.setSecurityContext(SecurityContext context)
The security context for this session.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
MuleSession.getSecurityContext()
The security context for this session.
|
Modifier and Type | Method and Description |
---|---|
void |
MuleSession.setSecurityContext(SecurityContext context)
The security context for this session.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactory.create(Authentication authentication) |
SecurityContext |
SecurityProvider.createSecurityContext(Authentication auth) |
SecurityContext |
SecurityManager.createSecurityContext(Authentication authentication) |
Constructor and Description |
---|
CredentialsNotSetException(MuleMessage umoMessage,
SecurityContext context,
ImmutableEndpoint endpoint,
EndpointSecurityFilter filter) |
UnauthorisedException(MuleMessage umoMessage,
SecurityContext context,
ImmutableEndpoint endpoint,
EndpointSecurityFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
JaasSecurityContext |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
JaasSecurityContextFactory.create(Authentication authentication)
Creates the Jaas Security Context
|
SecurityContext |
JaasSimpleAuthenticationProvider.createSecurityContext(Authentication auth) |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
MuleSecurityManager.createSecurityContext(Authentication authentication) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.