Uses of Interface
org.apache.cxf.security.SecurityContext
Packages that use SecurityContext
Package
Description
-
Uses of SecurityContext in org.apache.cxf.common.security
Classes in org.apache.cxf.common.security that implement SecurityContext -
Uses of SecurityContext in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement SecurityContextModifier and TypeClassDescriptionclassSecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member ofclassMethods in org.apache.cxf.interceptor.security that return SecurityContextModifier and TypeMethodDescriptionprotected SecurityContextAbstractSecurityContextInInterceptor.createSecurityContext(Principal p, Subject subject) protected SecurityContextJAASLoginInterceptor.createSecurityContext(String name, Subject subject) Methods in org.apache.cxf.interceptor.security with parameters of type SecurityContextModifier and TypeMethodDescriptionprotected booleanAbstractAuthorizingInInterceptor.authorize(SecurityContext sc, Method method) protected booleanOperationInfoAuthorizingInterceptor.authorize(SecurityContext sc, String key) protected booleanAbstractAuthorizingInInterceptor.isUserInRole(SecurityContext sc, List<String> roles, boolean deny) protected booleanSimpleAuthorizingInterceptor.isUserInRole(SecurityContext sc, List<String> roles, boolean deny) -
Uses of SecurityContext in org.apache.cxf.security
Subinterfaces of SecurityContext in org.apache.cxf.securityModifier and TypeInterfaceDescriptioninterfaceLoginSecurityContext provides additional information about the authenticated principal. -
Uses of SecurityContext in org.apache.cxf.ws.security.tokenstore
Methods in org.apache.cxf.ws.security.tokenstore that return SecurityContextModifier and TypeMethodDescriptionSecurityToken.getSecurityContext()Get the SecurityContext associated with this SecurityTokenMethods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidSecurityToken.setSecurityContext(SecurityContext securityContext) Set the SecurityContext associated with this SecurityToken -
Uses of SecurityContext in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return SecurityContextModifier and TypeMethodDescriptionprotected SecurityContextDefaultWSS4JSecurityContextCreator.createSecurityContext(Principal p) protected SecurityContextDefaultWSS4JSecurityContextCreator.createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, boolean useJAASSubject, WSSecurityEngineResult wsResult) protected SecurityContextUsernameTokenInterceptor.createSecurityContext(Principal p, Subject subject) protected SecurityContextAbstractUsernameTokenAuthenticatingInterceptor.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.