Uses of Interface
org.apache.cxf.security.LoginSecurityContext
-
Packages that use LoginSecurityContext Package Description org.apache.cxf.interceptor.security org.apache.cxf.rs.security.jose.jaxrs org.apache.cxf.rt.security.claims org.apache.cxf.rt.security.saml.claims -
-
Uses of LoginSecurityContext in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement LoginSecurityContext Modifier and Type Class Description classDefaultSecurityContextSecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member ofclassRolePrefixSecurityContextImpl -
Uses of LoginSecurityContext in org.apache.cxf.rs.security.jose.jaxrs
Classes in org.apache.cxf.rs.security.jose.jaxrs that implement LoginSecurityContext Modifier and Type Class Description classJwtTokenSecurityContext -
Uses of LoginSecurityContext in org.apache.cxf.rt.security.claims
Subinterfaces of LoginSecurityContext in org.apache.cxf.rt.security.claims Modifier and Type Interface Description interfaceClaimsSecurityContext -
Uses of LoginSecurityContext in org.apache.cxf.rt.security.saml.claims
Classes in org.apache.cxf.rt.security.saml.claims that implement LoginSecurityContext Modifier and Type Class Description classSAMLSecurityContext
-