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