Package | Description |
---|---|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.api.security |
Security API for authentication and authorisation.
|
org.mule.module.jaas.filters | |
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 |
---|---|
byte[] |
EncryptionStrategy.decrypt(byte[] data,
Object info) |
byte[] |
EncryptionStrategy.encrypt(byte[] data,
Object info) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointSecurityFilter.authenticate(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
JaasSecurityFilter.authenticateInbound(MuleEvent event) |
protected void |
JaasSecurityFilter.authenticateOutbound(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event) |
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event) |
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event) |
static String |
MuleCredentials.createHeader(String username,
String password,
String encryptionName,
EncryptionStrategy es) |
byte[] |
AbstractJCEEncryptionStrategy.decrypt(byte[] data,
Object info) |
byte[] |
AbstractJCEEncryptionStrategy.encrypt(byte[] data,
Object info) |
Constructor and Description |
---|
MuleCredentials(String header,
SecurityManager sm) |
Modifier and Type | Method and Description |
---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateInbound(MuleEvent event) |
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
protected abstract byte[] |
AbstractEncryptionTransformer.getTransformedBytes(byte[] buffer) |
protected byte[] |
EncryptionTransformer.getTransformedBytes(byte[] buffer) |
protected byte[] |
DecryptionTransformer.getTransformedBytes(byte[] buffer) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.