| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
SecurityManager.authenticate(Authentication authentication) |
void |
AuthenticationFilter.authenticate(MuleEvent event) |
void |
SecurityFilter.doFilter(MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
Deprecated.
|
abstract void |
AbstractAuthenticationFilter.authenticate(MuleEvent event) |
void |
UsernamePasswordAuthenticationFilter.authenticate(MuleEvent event)
Authenticates the current message.
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateInbound(MuleEvent event)
Deprecated.
|
protected abstract void |
AbstractEndpointSecurityFilter.authenticateOutbound(MuleEvent event)
Deprecated.
|
void |
AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
Deprecated.
|
void |
AbstractAuthenticationFilter.doFilter(MuleEvent event) |
abstract void |
AbstractSecurityFilter.doFilter(MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.authenticateOutbound(MuleEvent event) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.