| Package | Description |
|---|---|
| org.mule.runtime.core.api.security | |
| org.mule.runtime.core.security |
| Modifier and Type | Method and Description |
|---|---|
SecurityProvider |
SecurityManager.getProvider(String name) |
SecurityProvider |
SecurityManager.removeProvider(String name)
Removes the
SecurityProvider with the given name from the pool of managed SecurityProviders |
| Modifier and Type | Method and Description |
|---|---|
Collection<SecurityProvider> |
SecurityManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.addProvider(SecurityProvider provider)
Adds a
SecurityProvider to the set of available providers for authentication. |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.setProviders(Collection<SecurityProvider> providers)
Sets the available
SecurityProviders for authentication. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecurityProvider |
| Modifier and Type | Method and Description |
|---|---|
SecurityProvider |
DefaultMuleSecurityManager.getProvider(String name) |
SecurityProvider |
DefaultMuleSecurityManager.removeProvider(String name)
Removes the
SecurityProvider with the given name from the pool of managed SecurityProviders |
| Modifier and Type | Method and Description |
|---|---|
Collection<SecurityProvider> |
DefaultMuleSecurityManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSecurityManager.addProvider(SecurityProvider provider)
Adds a
SecurityProvider to the set of available providers for authentication. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleSecurityManager.setProviders(Collection<SecurityProvider> providers)
Sets the available
SecurityProviders for authentication. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.