Package | Description |
---|---|
org.mule.api.security |
Security API for authentication and authorisation.
|
org.mule.module.jaas | |
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 |
---|---|
void |
SecurityManager.addProvider(SecurityProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
JaasSimpleAuthenticationProvider
This is the Provider for Mule's Jaas Security.
|
Modifier and Type | Method and Description |
---|---|
SecurityProvider |
MuleSecurityManager.getProvider(String name) |
SecurityProvider |
MuleSecurityManager.removeProvider(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MuleSecurityManager.addProvider(SecurityProvider provider) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.