public interface SecurityContext extends Serializable
SecurityContext holds security information and is associated with the MuleSession.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.security.Authentication |
getAuthentication() |
void |
setAuthentication(org.mule.runtime.api.security.Authentication authentication) |
void setAuthentication(org.mule.runtime.api.security.Authentication authentication)
authentication - the Authentication to set in the current contextorg.mule.runtime.api.security.Authentication getAuthentication()
Authentication in the contextCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.