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 SecurityContext
public final void setAuthentication(Authentication authentication)
setAuthentication
in interface SecurityContext
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.