Apache CXF API

Uses of Class
org.apache.cxf.sts.request.ReceivedToken

Packages that use ReceivedToken
org.apache.cxf.sts.operation   
org.apache.cxf.sts.request   
org.apache.cxf.sts.token.canceller   
org.apache.cxf.sts.token.delegation   
org.apache.cxf.sts.token.renewer   
org.apache.cxf.sts.token.validator   
 

Uses of ReceivedToken in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation with parameters of type ReceivedToken
protected  void AbstractOperation.performDelegationHandling(RequestParser requestParser, WebServiceContext context, ReceivedToken token, Principal tokenPrincipal, Set<Principal> tokenRoles)
           
protected  void AbstractOperation.processValidToken(TokenProviderParameters providerParameters, ReceivedToken validatedToken, TokenValidatorResponse tokenResponse)
           
protected  TokenValidatorResponse AbstractOperation.validateReceivedToken(WebServiceContext context, 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
 ReceivedToken TokenRequirements.getActAs()
           
 ReceivedToken TokenRequirements.getCancelTarget()
           
 ReceivedToken TokenRequirements.getOnBehalfOf()
           
 ReceivedToken TokenRequirements.getRenewTarget()
           
 ReceivedToken TokenRequirements.getValidateTarget()
           
 

Methods in org.apache.cxf.sts.request with parameters of type ReceivedToken
 void TokenRequirements.setActAs(ReceivedToken actAs)
           
 void TokenRequirements.setCancelTarget(ReceivedToken cancelTarget)
           
 void TokenRequirements.setOnBehalfOf(ReceivedToken onBehalfOf)
           
 void TokenRequirements.setRenewTarget(ReceivedToken renewTarget)
           
 void TokenRequirements.setValidateTarget(ReceivedToken validateTarget)
           
 

Uses of ReceivedToken in org.apache.cxf.sts.token.canceller
 

Methods in org.apache.cxf.sts.token.canceller that return ReceivedToken
 ReceivedToken TokenCancellerParameters.getToken()
           
 ReceivedToken TokenCancellerResponse.getToken()
           
 

Methods in org.apache.cxf.sts.token.canceller with parameters of type ReceivedToken
 boolean SCTCanceller.canHandleToken(ReceivedToken targetToken)
          Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument.
 boolean TokenCanceller.canHandleToken(ReceivedToken cancelTarget)
          Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.
 void TokenCancellerParameters.setToken(ReceivedToken token)
           
 void TokenCancellerResponse.setToken(ReceivedToken token)
           
 

Uses of ReceivedToken in org.apache.cxf.sts.token.delegation
 

Methods in org.apache.cxf.sts.token.delegation that return ReceivedToken
 ReceivedToken TokenDelegationParameters.getToken()
           
 ReceivedToken TokenDelegationResponse.getToken()
           
 

Methods in org.apache.cxf.sts.token.delegation with parameters of type ReceivedToken
 boolean SAMLDelegationHandler.canHandleToken(ReceivedToken delegateTarget)
           
 boolean TokenDelegationHandler.canHandleToken(ReceivedToken delegateTarget)
          Return true if this TokenDelegationHandler implementation is capable of handling the ReceivedToken argument.
 boolean UsernameTokenDelegationHandler.canHandleToken(ReceivedToken delegateTarget)
           
protected  boolean HOKDelegationHandler.isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)
          Is Delegation allowed for a particular token
protected  boolean SAMLDelegationHandler.isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)
          Is Delegation allowed for a particular token
 void TokenDelegationParameters.setToken(ReceivedToken token)
           
 void TokenDelegationResponse.setToken(ReceivedToken token)
           
 

Uses of ReceivedToken in org.apache.cxf.sts.token.renewer
 

Methods in org.apache.cxf.sts.token.renewer that return ReceivedToken
 ReceivedToken TokenRenewerParameters.getToken()
           
 

Methods in org.apache.cxf.sts.token.renewer with parameters of type ReceivedToken
 boolean SAMLTokenRenewer.canHandleToken(ReceivedToken renewTarget)
          Return true if this TokenRenewer implementation is able to renew a token.
 boolean TokenRenewer.canHandleToken(ReceivedToken renewTarget)
          Return true if this TokenRenewer implementation is able to renew a token.
 boolean SAMLTokenRenewer.canHandleToken(ReceivedToken renewTarget, String realm)
          Return true if this TokenRenewer implementation is able to renew a token in the given realm.
 boolean TokenRenewer.canHandleToken(ReceivedToken renewTarget, String realm)
          Return true if this TokenRenewer implementation is able to renew a token in the given realm.
 void TokenRenewerParameters.setToken(ReceivedToken token)
           
 

Uses of ReceivedToken in org.apache.cxf.sts.token.validator
 

Methods in org.apache.cxf.sts.token.validator that return ReceivedToken
 ReceivedToken TokenValidatorParameters.getToken()
           
 ReceivedToken TokenValidatorResponse.getToken()
           
 

Methods in org.apache.cxf.sts.token.validator with parameters of type ReceivedToken
 boolean SAMLTokenValidator.canHandleToken(ReceivedToken validateTarget)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean SCTValidator.canHandleToken(ReceivedToken validateTarget)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean TokenValidator.canHandleToken(ReceivedToken validateTarget)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean UsernameTokenValidator.canHandleToken(ReceivedToken validateTarget)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean X509TokenValidator.canHandleToken(ReceivedToken validateTarget)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean SAMLTokenValidator.canHandleToken(ReceivedToken validateTarget, String realm)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean SCTValidator.canHandleToken(ReceivedToken validateTarget, String realm)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean TokenValidator.canHandleToken(ReceivedToken validateTarget, String realm)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument in the given realm.
 boolean UsernameTokenValidator.canHandleToken(ReceivedToken validateTarget, String realm)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 boolean X509TokenValidator.canHandleToken(ReceivedToken validateTarget, String realm)
          Return true if this TokenValidator implementation is capable of validating the ReceivedToken argument.
 void TokenValidatorParameters.setToken(ReceivedToken token)
           
 void TokenValidatorResponse.setToken(ReceivedToken token)
           
protected  boolean SAMLTokenValidator.validateConditions(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion, ReceivedToken validateTarget)
           
 


Apache CXF API

Apache CXF