public class DefaultSecurityContext extends Object implements SecurityContext
SecurityContext implementation which simply holds the Authentication object.| Constructor and Description |
|---|
DefaultSecurityContext(org.mule.runtime.api.security.Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.security.Authentication |
getAuthentication() |
void |
setAuthentication(org.mule.runtime.api.security.Authentication authentication) |
public DefaultSecurityContext(org.mule.runtime.api.security.Authentication authentication)
public final org.mule.runtime.api.security.Authentication getAuthentication()
getAuthentication in interface SecurityContextAuthentication in the contextpublic final void setAuthentication(org.mule.runtime.api.security.Authentication authentication)
setAuthentication in interface SecurityContextauthentication - the Authentication to set in the current contextCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.