Uses of Interface
org.apache.cxf.security.SecurityContext
-
-
Uses of SecurityContext in org.apache.cxf.common.security
Classes in org.apache.cxf.common.security that implement SecurityContext Modifier and Type Class Description classSimpleSecurityContext -
Uses of SecurityContext in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement SecurityContext Modifier and Type Class Description classDefaultSecurityContextSecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member ofclassRolePrefixSecurityContextImplMethods in org.apache.cxf.interceptor.security that return SecurityContext Modifier and Type Method Description protected SecurityContextAbstractSecurityContextInInterceptor. createSecurityContext(Principal p, Subject subject)protected SecurityContextJAASLoginInterceptor. createSecurityContext(String name, Subject subject)Methods in org.apache.cxf.interceptor.security with parameters of type SecurityContext Modifier and Type Method Description protected 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.jaxrs.security
Classes in org.apache.cxf.jaxrs.security that implement SecurityContext Modifier and Type Class Description static classKerberosAuthenticationFilter.KerberosSecurityContextMethods in org.apache.cxf.jaxrs.security that return SecurityContext Modifier and Type Method Description protected SecurityContextKerberosAuthenticationFilter. createSecurityContext(String simpleUserName, String complexUserName, GSSContext gssContext) -
Uses of SecurityContext in org.apache.cxf.rs.security.jose.jaxrs
Classes in org.apache.cxf.rs.security.jose.jaxrs that implement SecurityContext Modifier and Type Class Description classJwtTokenSecurityContextMethods in org.apache.cxf.rs.security.jose.jaxrs that return SecurityContext Modifier and Type Method Description protected SecurityContextAbstractJwtAuthenticationFilter. configureSecurityContext(JwtToken jwt)protected SecurityContextJwsContainerRequestFilter. configureSecurityContext(JwsSignatureVerifier sigVerifier) -
Uses of SecurityContext in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters that return SecurityContext Modifier and Type Method Description protected SecurityContextOAuthRequestFilter. createSecurityContext(javax.servlet.http.HttpServletRequest request, AccessTokenValidation accessTokenV) -
Uses of SecurityContext in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt that return SecurityContext Modifier and Type Method Description protected SecurityContextJwtBearerAuthHandler. configureSecurityContext(JwtToken token) -
Uses of SecurityContext in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return SecurityContext Modifier and Type Method Description protected SecurityContextDirectAuthorizationService. getAndValidateSecurityContext(javax.ws.rs.core.MultivaluedMap<String,String> params)protected SecurityContextRedirectionBasedGrantService. getAndValidateSecurityContext(javax.ws.rs.core.MultivaluedMap<String,String> params)Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type SecurityContext Modifier and Type Method Description protected UserSubjectDirectAuthorizationService. createUserSubject(SecurityContext securityContext, javax.ws.rs.core.MultivaluedMap<String,String> params)protected UserSubjectRedirectionBasedGrantService. createUserSubject(SecurityContext securityContext, javax.ws.rs.core.MultivaluedMap<String,String> params) -
Uses of SecurityContext in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils with parameters of type SecurityContext Modifier and Type Method Description static UserSubjectOAuthUtils. createSubject(MessageContext mc, SecurityContext sc)static UserSubjectOAuthUtils. createSubject(SecurityContext securityContext) -
Uses of SecurityContext in org.apache.cxf.rs.security.oidc.rp
Classes in org.apache.cxf.rs.security.oidc.rp that implement SecurityContext Modifier and Type Class Description classOidcSecurityContext -
Uses of SecurityContext in org.apache.cxf.rs.security.saml.authorization
Methods in org.apache.cxf.rs.security.saml.authorization that return SecurityContext Modifier and Type Method Description protected SecurityContextSecurityContextProviderImpl. doGetSecurityContext(Message message, Subject subject, ClaimCollection claims)SecurityContextSecurityContextProvider. getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)SecurityContextSecurityContextProviderImpl. getSecurityContext(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) -
Uses of SecurityContext in org.apache.cxf.rs.security.saml.sso
Methods in org.apache.cxf.rs.security.saml.sso with parameters of type SecurityContext Modifier and Type Method Description LogoutResponseLogoutService. logout(javax.ws.rs.core.Cookie context, SecurityContext sc)LogoutResponseLogoutService. postLogout(javax.ws.rs.core.Cookie context, SecurityContext sc) -
Uses of SecurityContext in org.apache.cxf.rt.security.claims
Subinterfaces of SecurityContext in org.apache.cxf.rt.security.claims Modifier and Type Interface Description interfaceClaimsSecurityContext -
Uses of SecurityContext in org.apache.cxf.rt.security.saml.claims
Classes in org.apache.cxf.rt.security.saml.claims that implement SecurityContext Modifier and Type Class Description classSAMLSecurityContext -
Uses of SecurityContext in org.apache.cxf.rt.security.saml.interceptor
Methods in org.apache.cxf.rt.security.saml.interceptor that return SecurityContext Modifier and Type Method Description protected SecurityContextWSS4JBasicAuthValidator. createSecurityContext(Principal p)protected SecurityContextWSS4JBasicAuthValidator. createSecurityContext(Message msg, org.apache.wss4j.dom.validate.Credential credential) -
Uses of SecurityContext in org.apache.cxf.security
Subinterfaces of SecurityContext in org.apache.cxf.security Modifier and Type Interface Description interfaceLoginSecurityContextLoginSecurityContext provides additional information about the authenticated principal. -
Uses of SecurityContext in org.apache.cxf.transport.http
Constructors in org.apache.cxf.transport.http with parameters of type SecurityContext Constructor Description PrincipalAuthorizationPolicy(SecurityContext sc) -
Uses of SecurityContext in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms that return SecurityContext Modifier and Type Method Description static SecurityContextSecurityContextFactory. buildSecurityContext(javax.jms.Message message, JMSConfiguration config)Extract the property JMSXUserID or JMS_TIBCO_SENDER from the jms message and create a SecurityContext from it. -
Uses of SecurityContext in org.apache.cxf.ws.security.tokenstore
Methods in org.apache.cxf.ws.security.tokenstore that return SecurityContext Modifier and Type Method Description SecurityContextSecurityToken. getSecurityContext()Get the SecurityContext associated with this SecurityTokenMethods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityContext Modifier and Type Method Description voidSecurityToken. 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 SecurityContext Modifier and Type Method Description protected SecurityContextDefaultWSS4JSecurityContextCreator. createSecurityContext(Principal p)protected SecurityContextDefaultWSS4JSecurityContextCreator. createSecurityContext(SoapMessage msg, boolean useJAASSubject, org.apache.wss4j.dom.engine.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.
-