| Package | Description |
|---|---|
| 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 |
|---|---|
SecurityProvider |
SecurityManager.getProvider(String name) |
SecurityProvider |
SecurityManager.removeProvider(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SecurityProvider> |
SecurityManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.addProvider(SecurityProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.setProviders(Collection<SecurityProvider> providers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecurityProvider |
| Modifier and Type | Method and Description |
|---|---|
SecurityProvider |
MuleSecurityManager.getProvider(String name) |
SecurityProvider |
MuleSecurityManager.removeProvider(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SecurityProvider> |
MuleSecurityManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSecurityManager.addProvider(SecurityProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSecurityManager.setProviders(Collection<SecurityProvider> providers) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.