public class DefaultSecurityContext extends Object implements SecurityContext
SecurityContext implementation which simply holds the Authentication object.| Constructor and Description |
|---|
DefaultSecurityContext(Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication() |
void |
setAuthentication(Authentication authentication) |
public DefaultSecurityContext(Authentication authentication)
public final Authentication getAuthentication()
getAuthentication in interface SecurityContextpublic final void setAuthentication(Authentication authentication)
setAuthentication in interface SecurityContextCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.