| 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
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
SecurityManager.authenticate(Authentication authentication) |
Authentication |
SecurityProvider.authenticate(Authentication authentication) |
Authentication |
SecurityContext.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
SecurityManager.authenticate(Authentication authentication) |
Authentication |
SecurityProvider.authenticate(Authentication authentication) |
SecurityContext |
SecurityContextFactory.create(Authentication authentication) |
SecurityContext |
SecurityManager.createSecurityContext(Authentication authentication) |
SecurityContext |
SecurityProvider.createSecurityContext(Authentication auth) |
void |
SecurityContext.setAuthentication(Authentication authentication) |
| Constructor and Description |
|---|
UnknownAuthenticationTypeException(Authentication authentication) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleAuthentication |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
Authentication |
DefaultSecurityContext.getAuthentication() |
protected Authentication |
UsernamePasswordAuthenticationFilter.getAuthenticationToken(MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
SecurityContext |
DefaultSecurityContextFactory.create(Authentication authentication) |
SecurityContext |
MuleSecurityManager.createSecurityContext(Authentication authentication) |
SecurityContext |
AbstractSecurityProvider.createSecurityContext(Authentication authentication) |
void |
DefaultSecurityContext.setAuthentication(Authentication authentication) |
| Constructor and Description |
|---|
DefaultSecurityContext(Authentication authentication) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.