Apache CXF API

org.apache.cxf.rt.security.claims
Interface ClaimsSecurityContext

All Superinterfaces:
LoginSecurityContext, SecurityContext
All Known Implementing Classes:
SAMLSecurityContext

public interface ClaimsSecurityContext
extends LoginSecurityContext


Method Summary
 ClaimCollection getClaims()
           
 
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()

Apache CXF API

Apache CXF