| Package | Description |
|---|---|
| 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.security |
Core security implementation including the mule security manager and encryption types
|
| org.mule.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 |
SecurityManager.createSecurityContext(Authentication authentication) |
SecurityContext |
SecurityProvider.createSecurityContext(Authentication auth) |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSecurityContext
Trivial
SecurityContext implementation which simply holds the Authentication object. |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
DefaultSecurityContextFactory.create(Authentication authentication) |
SecurityContext |
MuleSecurityManager.createSecurityContext(Authentication authentication) |
SecurityContext |
AbstractSecurityProvider.createSecurityContext(Authentication authentication) |
| 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.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.