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 |
|---|---|
org.mule.runtime.api.security.Authentication |
getAuthentication() |
void |
setAuthentication(org.mule.runtime.api.security.Authentication authentication) |
public SpringSecurityContext(org.springframework.security.core.context.SecurityContext delegate)
public void setAuthentication(org.mule.runtime.api.security.Authentication authentication)
setAuthentication in interface SecurityContextpublic org.mule.runtime.api.security.Authentication getAuthentication()
getAuthentication in interface SecurityContextCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.