| Modifier and Type | Method and Description |
|---|---|
Event |
AuthenticationFilter.authenticate(Event event) |
static String |
DefaultMuleCredentials.createHeader(String username,
String password,
String encryptionName,
EncryptionStrategy es) |
byte[] |
EncryptionStrategy.decrypt(byte[] data,
Object info)
Decrypts the given
data using this encryption strategy |
InputStream |
EncryptionStrategy.decrypt(InputStream data,
Object info)
Decrypts the given
data using this encryption strategy |
Event |
SecurityFilter.doFilter(Event event) |
byte[] |
EncryptionStrategy.encrypt(byte[] data,
Object info)
Encrypts the given
data using this encryption strategy |
InputStream |
EncryptionStrategy.encrypt(InputStream data,
Object info)
Encrypts the given
data using this encryption strategy |
| Constructor and Description |
|---|
DefaultMuleCredentials(String header,
SecurityManager sm) |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
EncryptionTransformer.primTransform(InputStream input) |
protected abstract InputStream |
AbstractEncryptionTransformer.primTransform(InputStream stream) |
protected InputStream |
DecryptionTransformer.primTransform(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
abstract Event |
AbstractAuthenticationFilter.authenticate(Event event) |
Event |
AbstractOperationSecurityFilter.authenticate(Event event)
Deprecated.
|
protected abstract Event |
AbstractOperationSecurityFilter.authenticateInbound(Event event)
Deprecated.
|
byte[] |
AbstractJCEEncryptionStrategy.decrypt(byte[] data,
Object info) |
byte[] |
AbstractNamedEncryptionStrategy.decrypt(byte[] data,
Object info) |
InputStream |
AbstractJCEEncryptionStrategy.decrypt(InputStream data,
Object info) |
abstract Event |
AbstractSecurityFilter.doFilter(Event event) |
Event |
AbstractAuthenticationFilter.doFilter(Event event) |
Event |
AbstractOperationSecurityFilter.doFilter(Event event)
Deprecated.
|
byte[] |
AbstractJCEEncryptionStrategy.encrypt(byte[] data,
Object info) |
byte[] |
AbstractNamedEncryptionStrategy.encrypt(byte[] data,
Object info) |
InputStream |
AbstractJCEEncryptionStrategy.encrypt(InputStream data,
Object info) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
MuleEncryptionEndpointSecurityFilter.authenticateInbound(Event event) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.