Apache CXF API

Uses of Interface
org.apache.cxf.security.LoginSecurityContext

Packages that use LoginSecurityContext
org.apache.cxf.interceptor.security   
org.apache.cxf.rt.security.claims   
org.apache.cxf.rt.security.saml   
 

Uses of LoginSecurityContext in org.apache.cxf.interceptor.security
 

Classes in org.apache.cxf.interceptor.security that implement LoginSecurityContext
 class DefaultSecurityContext
          SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member of TODO : consider moving this class into a rt-core-security module
 class RolePrefixSecurityContextImpl
           
 

Uses of LoginSecurityContext in org.apache.cxf.rt.security.claims
 

Subinterfaces of LoginSecurityContext in org.apache.cxf.rt.security.claims
 interface ClaimsSecurityContext
           
 

Uses of LoginSecurityContext in org.apache.cxf.rt.security.saml
 

Classes in org.apache.cxf.rt.security.saml that implement LoginSecurityContext
 class SAMLSecurityContext
           
 


Apache CXF API

Apache CXF