Uses of Class
org.apache.cxf.sts.request.ReceivedToken
-
-
Uses of ReceivedToken in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type ReceivedToken Modifier and Type Method Description protected voidAbstractOperation. performDelegationHandling(RequestRequirements requestRequirements, Principal principal, Map<String,Object> messageContext, ReceivedToken token, Principal tokenPrincipal, Set<Principal> tokenRoles)protected voidAbstractOperation. processValidToken(TokenProviderParameters providerParameters, ReceivedToken validatedToken, TokenValidatorResponse tokenResponse)protected TokenValidatorResponseAbstractOperation. validateReceivedToken(Principal principal, Map<String,Object> messageContext, String realm, TokenRequirements tokenRequirements, ReceivedToken token) -
Uses of ReceivedToken in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request that return ReceivedToken Modifier and Type Method Description ReceivedTokenTokenRequirements. getActAs()ReceivedTokenTokenRequirements. getCancelTarget()ReceivedTokenTokenRequirements. getOnBehalfOf()ReceivedTokenTokenRequirements. getRenewTarget()ReceivedTokenTokenRequirements. getValidateTarget()Methods in org.apache.cxf.sts.request with parameters of type ReceivedToken Modifier and Type Method Description voidTokenRequirements. setActAs(ReceivedToken actAs)voidTokenRequirements. setCancelTarget(ReceivedToken cancelTarget)voidTokenRequirements. setOnBehalfOf(ReceivedToken onBehalfOf)voidTokenRequirements. setRenewTarget(ReceivedToken renewTarget)voidTokenRequirements. setValidateTarget(ReceivedToken validateTarget) -
Uses of ReceivedToken in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return ReceivedToken Modifier and Type Method Description ReceivedTokenTokenCancellerParameters. getToken()ReceivedTokenTokenCancellerResponse. getToken()Methods in org.apache.cxf.sts.token.canceller with parameters of type ReceivedToken Modifier and Type Method Description booleanSCTCanceller. canHandleToken(ReceivedToken targetToken)Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument.booleanTokenCanceller. canHandleToken(ReceivedToken cancelTarget)Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.voidTokenCancellerParameters. setToken(ReceivedToken token)voidTokenCancellerResponse. setToken(ReceivedToken token) -
Uses of ReceivedToken in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return ReceivedToken Modifier and Type Method Description ReceivedTokenTokenDelegationParameters. getToken()ReceivedTokenTokenDelegationResponse. getToken()Methods in org.apache.cxf.sts.token.delegation with parameters of type ReceivedToken Modifier and Type Method Description booleanSAMLDelegationHandler. canHandleToken(ReceivedToken delegateTarget)booleanTokenDelegationHandler. canHandleToken(ReceivedToken delegateTarget)Return true if this TokenDelegationHandler implementation is capable of handling the ReceivedToken argument.booleanUsernameTokenDelegationHandler. canHandleToken(ReceivedToken delegateTarget)protected booleanHOKDelegationHandler. isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)Is Delegation allowed for a particular tokenprotected booleanSAMLDelegationHandler. isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)Is Delegation allowed for a particular tokenvoidTokenDelegationParameters. setToken(ReceivedToken token)voidTokenDelegationResponse. setToken(ReceivedToken token) -
Uses of ReceivedToken in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return ReceivedToken Modifier and Type Method Description ReceivedTokenTokenRenewerParameters. getToken()Methods in org.apache.cxf.sts.token.renewer with parameters of type ReceivedToken Modifier and Type Method Description booleanSAMLTokenRenewer. canHandleToken(ReceivedToken renewTarget)Return true if this TokenRenewer implementation is able to renew a token.booleanSAMLTokenRenewer. canHandleToken(ReceivedToken renewTarget, String realm)Return true if this TokenRenewer implementation is able to renew a token in the given realm.booleanTokenRenewer. canHandleToken(ReceivedToken renewTarget)Return true if this TokenRenewer implementation is able to renew a token.booleanTokenRenewer. canHandleToken(ReceivedToken renewTarget, String realm)Return true if this TokenRenewer implementation is able to renew a token in the given realm.voidTokenRenewerParameters. setToken(ReceivedToken token) -
Uses of ReceivedToken in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return ReceivedToken Modifier and Type Method Description ReceivedTokenTokenValidatorParameters. getToken()ReceivedTokenTokenValidatorResponse. getToken()Methods in org.apache.cxf.sts.token.validator with parameters of type ReceivedToken Modifier and Type Method Description booleanSAMLTokenValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanSAMLTokenValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanSCTValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanSCTValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanTokenValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanTokenValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument in the given realm.booleanUsernameTokenValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanUsernameTokenValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanX509TokenValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanX509TokenValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.voidTokenValidatorParameters. setToken(ReceivedToken token)voidTokenValidatorResponse. setToken(ReceivedToken token)protected booleanSAMLTokenValidator. validateConditions(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion, ReceivedToken validateTarget) -
Uses of ReceivedToken in org.apache.cxf.sts.token.validator.jwt
Methods in org.apache.cxf.sts.token.validator.jwt with parameters of type ReceivedToken Modifier and Type Method Description booleanJWTTokenValidator. canHandleToken(ReceivedToken validateTarget)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.booleanJWTTokenValidator. canHandleToken(ReceivedToken validateTarget, String realm)Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
-