Uses of Interface
org.apache.cxf.rt.security.claims.ClaimsSecurityContext
-
Packages that use ClaimsSecurityContext Package Description org.apache.cxf.rs.security.jose.jaxrs org.apache.cxf.rt.security.claims.interceptor org.apache.cxf.rt.security.saml.claims -
-
Uses of ClaimsSecurityContext in org.apache.cxf.rs.security.jose.jaxrs
Classes in org.apache.cxf.rs.security.jose.jaxrs that implement ClaimsSecurityContext Modifier and Type Class Description classJwtTokenSecurityContext -
Uses of ClaimsSecurityContext in org.apache.cxf.rt.security.claims.interceptor
Methods in org.apache.cxf.rt.security.claims.interceptor with parameters of type ClaimsSecurityContext Modifier and Type Method Description protected booleanClaimsAuthorizingInterceptor. authorize(ClaimsSecurityContext sc, Method method) -
Uses of ClaimsSecurityContext in org.apache.cxf.rt.security.saml.claims
Classes in org.apache.cxf.rt.security.saml.claims that implement ClaimsSecurityContext Modifier and Type Class Description classSAMLSecurityContext
-