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 |
---|---|
void |
SecurityManager.addEncryptionStrategy(EncryptionStrategy strategy) |
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
SecretKey based encryption using JCE.
|
Modifier and Type | Method and Description |
---|---|
EncryptionStrategy |
MuleSecurityManager.getEncryptionStrategy(String name) |
EncryptionStrategy |
MuleSecurityManager.removeEncryptionStrategy(String name) |
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 |
---|---|
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–2013 MuleSource, Inc.. All rights reserved.