| Package | Description |
|---|---|
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.security | |
| org.mule.runtime.core.message | |
| org.mule.runtime.core.security | |
| org.mule.runtime.core.session |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
MuleSession.getSecurityContext()
Deprecated.
The security context for this session.
|
SecurityContext |
Event.getSecurityContext()
The security context for this session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSession.setSecurityContext(SecurityContext context)
Deprecated.
The security context for this session.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContextFactory.create(org.mule.runtime.api.security.Authentication authentication) |
SecurityContext |
SecurityProvider.createSecurityContext(org.mule.runtime.api.security.Authentication auth)
Creates the security context for this security provider
|
SecurityContext |
SecurityManager.createSecurityContext(org.mule.runtime.api.security.Authentication authentication)
Uses one of the available
SecurityProviders that SecurityProvider.supports(java.lang.Class<?>)
the given Authentication to create a new security context. |
| Constructor and Description |
|---|
CredentialsNotSetException(Event event,
SecurityContext context,
SecurityFilter filter) |
NotPermittedException(Event event,
SecurityContext context,
SecurityFilter filter) |
UnauthorisedException(SecurityContext context,
String filter,
String connector) |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
DefaultEventBuilder.EventImplementation.getSecurityContext() |
| 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(org.mule.runtime.api.security.Authentication authentication) |
SecurityContext |
AbstractSecurityProvider.createSecurityContext(org.mule.runtime.api.security.Authentication authentication) |
SecurityContext |
DefaultMuleSecurityManager.createSecurityContext(org.mule.runtime.api.security.Authentication authentication)
Uses one of the available
SecurityProviders that SecurityProvider.supports(java.lang.Class<?>)
the given Authentication to create a new security context. |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
DefaultMuleSession.getSecurityContext()
Deprecated.
The security context for this session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSession.setSecurityContext(SecurityContext context)
Deprecated.
The security context for this session.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.