Package org.apache.cxf.security
Interface SecurityContext
-
- All Known Subinterfaces:
ClaimsSecurityContext,LoginSecurityContext
- All Known Implementing Classes:
DefaultSecurityContext,JwtTokenSecurityContext,KerberosAuthenticationFilter.KerberosSecurityContext,OidcSecurityContext,RolePrefixSecurityContextImpl,SAMLSecurityContext,SimpleSecurityContext
public interface SecurityContextProvides basic security information about the current message exchange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrincipalgetUserPrincipal()booleanisUserInRole(String role)
-