| 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
|
| org.mule.security.filters |
Core sercurity filter types.
|
| org.mule.transformer.encryption |
Transformers for encrypting and decrypting message payloads.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
CryptoFailureException.getEncryptionStrategy() |
EncryptionStrategy |
SecurityManager.getEncryptionStrategy(String name) |
EncryptionStrategy |
SecurityManager.removeEncryptionStrategy(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EncryptionStrategy> |
SecurityManager.getEncryptionStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.addEncryptionStrategy(EncryptionStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityManager.setEncryptionStrategies(Collection<EncryptionStrategy> strategies) |
| Constructor and Description |
|---|
CryptoFailureException(EncryptionStrategy strategy,
Throwable cause) |
CryptoFailureException(Message message,
EncryptionStrategy strategy) |
CryptoFailureException(Message message,
EncryptionStrategy strategy,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJCEEncryptionStrategy
A JCE based encryption strategy.
|
class |
AbstractNamedEncryptionStrategy |
class |
PasswordBasedEncryptionStrategy
Provides password-based encryption using JCE.
|
class |
SecretKeyEncryptionStrategy
Deprecated.
This class is deprecated and will be removed in Mule 4.0. Use
PasswordBasedEncryptionStrategy instead, which follows the correct
way of transforming a string password into a cryptographic key |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
MuleSecurityManager.getEncryptionStrategy(String name) |
EncryptionStrategy |
MuleSecurityManager.removeEncryptionStrategy(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EncryptionStrategy> |
MuleSecurityManager.getEncryptionStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSecurityManager.addEncryptionStrategy(EncryptionStrategy strategy) |
static String |
MuleCredentials.createHeader(String username,
String password,
String encryptionName,
EncryptionStrategy es) |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleSecurityManager.setEncryptionStrategies(Collection<EncryptionStrategy> strategies) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
MuleEncryptionEndpointSecurityFilter.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleEncryptionEndpointSecurityFilter.setStrategy(EncryptionStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrategy |
AbstractEncryptionTransformer.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEncryptionTransformer.setStrategy(EncryptionStrategy strategy) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.