| 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.security |
Core security implementation including the mule security manager and encryption types
|
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
DefaultMuleContext.getSecurityManager()
Gets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
MuleContext.getSecurityManager()
Gets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
SecurityFilter.getSecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityFilter.setSecurityManager(SecurityManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
MuleSecurityManager
MuleSecurityManager is a default implementation security manager
for a Mule instance. |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityManager |
AbstractSecurityFilter.securityManager |
| Modifier and Type | Method and Description |
|---|---|
SecurityManager |
AbstractSecurityFilter.getSecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecurityFilter.setSecurityManager(SecurityManager manager) |
| Constructor and Description |
|---|
MuleCredentials(String header,
SecurityManager sm) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.