Package | Description |
---|---|
org.mule.api.security |
Security API for authentication and authorisation.
|
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.module.jaas | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialsNotSetException
CredentialsNotSetException is thrown when user credentials cannot
be obtained from the current message |
class |
EncryptionNotSupportedException
EncryptionNotSupportedException is thrown if an algorithm is set in
the MULE_USER header but it doesn't match the algorithm set on the security filter |
class |
UnauthorisedException
UnauthorisedException is thrown if authentication fails |
class |
UnsupportedAuthenticationSchemeException
UnsupportedAuthenticationSchemeException is thrown when a
authentication scheme is being used on the message that the Security filter does
not understand |
Modifier and Type | Method and Description |
---|---|
Authentication |
SecurityProvider.authenticate(Authentication authentication) |
Authentication |
SecurityManager.authenticate(Authentication authentication) |
void |
EndpointSecurityFilter.authenticate(MuleEvent event) |
Constructor and Description |
---|
SecurityNotification(SecurityException message,
int action) |
Modifier and Type | Method and Description |
---|---|
Authentication |
JaasSimpleAuthenticationProvider.authenticate(Authentication authentication)
The authenticate method first creates the jaas Login Context using the
callback handler and the name of the class or directory to prtect.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JaasSecurityFilter.authenticateInbound(MuleEvent event) |
protected void |
JaasSecurityFilter.authenticateOutbound(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event) |
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event) |
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateInbound(MuleEvent event) |
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.