| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.security | |
| org.mule.runtime.core.security |
| 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) |
| Constructor and Description |
|---|
DefaultMuleCredentials(String header,
SecurityManager sm) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleSecurityManager
DefaultMuleSecurityManager is a default implementation of a SecurityManager 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) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.