Apache CXF API

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

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

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 common/security
 

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

Methods in org.apache.cxf.interceptor.security with parameters of type SecurityContext
protected  boolean AbstractAuthorizingInInterceptor.authorize(SecurityContext sc, java.lang.reflect.Method method)
           
 


Apache CXF API

Apache CXF