Interface ClaimsSecurityContext
-
- All Superinterfaces:
LoginSecurityContext,SecurityContext
- All Known Implementing Classes:
JwtTokenSecurityContext,SAMLSecurityContext
public interface ClaimsSecurityContext extends LoginSecurityContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClaimCollectiongetClaims()-
Methods inherited from interface org.apache.cxf.security.LoginSecurityContext
getSubject, getUserRoles
-
Methods inherited from interface org.apache.cxf.security.SecurityContext
getUserPrincipal, isUserInRole
-
-
-
-
Method Detail
-
getClaims
ClaimCollection getClaims()
-
-