public class SpringSecurityContext extends Object implements SecurityContext
SpringSecurityContext
is a SecurityContext wrapper used to
interface with an Spring's SecurityContext
.Constructor and Description |
---|
SpringSecurityContext(org.springframework.security.core.context.SecurityContext delegate) |
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication() |
void |
setAuthentication(Authentication authentication) |
public SpringSecurityContext(org.springframework.security.core.context.SecurityContext delegate)
public void setAuthentication(Authentication authentication)
setAuthentication
in interface SecurityContext
public Authentication getAuthentication()
getAuthentication
in interface SecurityContext
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.