Uses of Class
org.apache.cxf.sts.request.ReceivedToken
Packages that use ReceivedToken
Package
Description
-
Uses of ReceivedToken in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type ReceivedTokenModifier and TypeMethodDescriptionprotected 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 ReceivedTokenModifier and TypeMethodDescriptionTokenRequirements.getActAs()TokenRequirements.getCancelTarget()TokenRequirements.getOnBehalfOf()TokenRequirements.getRenewTarget()TokenRequirements.getValidateTarget()Methods in org.apache.cxf.sts.request with parameters of type ReceivedTokenModifier and TypeMethodDescriptionvoidTokenRequirements.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 ReceivedTokenModifier and TypeMethodDescriptionTokenCancellerParameters.getToken()TokenCancellerResponse.getToken()Methods in org.apache.cxf.sts.token.canceller with parameters of type ReceivedTokenModifier and TypeMethodDescriptionbooleanSCTCanceller.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 ReceivedTokenModifier and TypeMethodDescriptionTokenDelegationParameters.getToken()TokenDelegationResponse.getToken()Methods in org.apache.cxf.sts.token.delegation with parameters of type ReceivedTokenModifier and TypeMethodDescriptionbooleanSAMLDelegationHandler.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 ReceivedTokenMethods in org.apache.cxf.sts.token.renewer with parameters of type ReceivedTokenModifier and TypeMethodDescriptionbooleanSAMLTokenRenewer.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 ReceivedTokenModifier and TypeMethodDescriptionTokenValidatorParameters.getToken()TokenValidatorResponse.getToken()Methods in org.apache.cxf.sts.token.validator with parameters of type ReceivedTokenModifier and TypeMethodDescriptionbooleanSAMLTokenValidator.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 ReceivedTokenModifier and TypeMethodDescriptionbooleanJWTTokenValidator.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.