Package | Description |
---|---|
org.mule.api.security |
Security API for authentication and authorisation.
|
org.mule.module.jaas | |
org.mule.security |
Core security implementation including the mule security manager and encryption types
|
Modifier and Type | Method and Description |
---|---|
Authentication |
SecurityProvider.authenticate(Authentication authentication) |
Authentication |
SecurityManager.authenticate(Authentication authentication) |
Authentication |
SecurityContext.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
Authentication |
SecurityProvider.authenticate(Authentication authentication) |
Authentication |
SecurityManager.authenticate(Authentication authentication) |
SecurityContext |
SecurityContextFactory.create(Authentication authentication) |
SecurityContext |
SecurityProvider.createSecurityContext(Authentication auth) |
SecurityContext |
SecurityManager.createSecurityContext(Authentication authentication) |
void |
SecurityContext.setAuthentication(Authentication authentication) |
Constructor and Description |
---|
UnknownAuthenticationTypeException(Authentication authentication) |
Modifier and Type | Class and Description |
---|---|
class |
JaasAuthentication |
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.
|
Authentication |
JaasSecurityContext.getAuthentication()
Returns the authentication
|
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.
|
SecurityContext |
JaasSecurityContextFactory.create(Authentication authentication)
Creates the Jaas Security Context
|
SecurityContext |
JaasSimpleAuthenticationProvider.createSecurityContext(Authentication auth) |
void |
JaasSecurityContext.setAuthentication(Authentication authentication)
Sets the Authentication
|
Constructor and Description |
---|
MuleCallbackHandler(Authentication authentication) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMuleAuthentication |
Modifier and Type | Method and Description |
---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
Authentication |
MuleSecurityManager.authenticate(Authentication authentication) |
SecurityContext |
MuleSecurityManager.createSecurityContext(Authentication authentication) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.