Uses of Interface
org.apache.cxf.security.SecurityContext
Package
Description
-
Uses of SecurityContext in org.apache.cxf.common.security
-
Uses of SecurityContext in org.apache.cxf.interceptor.security
Modifier and TypeClassDescriptionclass
SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member ofclass
Modifier and TypeMethodDescriptionprotected SecurityContext
AbstractSecurityContextInInterceptor.createSecurityContext
(Principal p, Subject subject) protected SecurityContext
JAASLoginInterceptor.createSecurityContext
(String name, Subject subject) Modifier and TypeMethodDescriptionprotected boolean
AbstractAuthorizingInInterceptor.authorize
(SecurityContext sc, Method method) protected boolean
OperationInfoAuthorizingInterceptor.authorize
(SecurityContext sc, String key) protected boolean
AbstractAuthorizingInInterceptor.isUserInRole
(SecurityContext sc, List<String> roles, boolean deny) protected boolean
SimpleAuthorizingInterceptor.isUserInRole
(SecurityContext sc, List<String> roles, boolean deny) -
Uses of SecurityContext in org.apache.cxf.security
Modifier and TypeInterfaceDescriptioninterface
LoginSecurityContext provides additional information about the authenticated principal.