Apache CXF API

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

Packages that use SecurityContext
org.apache.cxf.interceptor.security   
org.apache.cxf.security   
org.apache.cxf.ws.security.wss4j   
 

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

Classes in org.apache.cxf.interceptor.security that implement SecurityContext
 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
           
 

Methods in org.apache.cxf.interceptor.security that return SecurityContext
protected  SecurityContext AbstractSecurityContextInInterceptor.createSecurityContext(Principal p, Subject subject)
           
protected  SecurityContext JAASLoginInterceptor.createSecurityContext(Subject subject)
           
 

Methods in org.apache.cxf.interceptor.security with parameters of type SecurityContext
protected  boolean AbstractAuthorizingInInterceptor.authorize(SecurityContext sc, Method method)
           
protected  boolean SimpleAuthorizingInterceptor.isUserInRole(SecurityContext sc, List<String> roles, boolean deny)
           
protected  boolean AbstractAuthorizingInInterceptor.isUserInRole(SecurityContext sc, List<String> roles, boolean deny)
           
 

Uses of SecurityContext in org.apache.cxf.security
 

Subinterfaces of SecurityContext in org.apache.cxf.security
 interface LoginSecurityContext
          LoginSecurityContext provides additional information about the authenticated principal.
 

Uses of SecurityContext in org.apache.cxf.ws.security.wss4j
 

Methods in org.apache.cxf.ws.security.wss4j that return SecurityContext
protected  SecurityContext WSS4JInInterceptor.createSecurityContext(Principal p)
           
protected  SecurityContext AbstractUsernameTokenAuthenticatingInterceptor.createSecurityContext(Principal p)
           
protected  SecurityContext UsernameTokenInterceptor.createSecurityContext(Principal p, Subject subject)
           
protected  SecurityContext AbstractUsernameTokenAuthenticatingInterceptor.doCreateSecurityContext(Principal p, Subject subject)
          Creates default SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then check optional Groups the principal is a member of.
 


Apache CXF API

Apache CXF