public class SpringSecurityContext extends Object implements org.mule.runtime.core.api.security.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 org.mule.runtime.core.api.security.SecurityContextpublic org.mule.runtime.api.security.Authentication getAuthentication()
getAuthentication in interface org.mule.runtime.core.api.security.SecurityContextCopyright © 2017. All rights reserved.