Uses of Class
org.apache.cxf.sts.request.TokenRequirements
Packages that use TokenRequirements
Package
Description
-
Uses of TokenRequirements in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return TokenRequirementsMethods in org.apache.cxf.sts.claims with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidClaimsParameters.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type TokenRequirementsModifier and TypeMethodDescriptionprotected RequestSecurityTokenResponseTypeTokenCancelOperation.createResponse(TokenRequirements tokenRequirements) protected RequestSecurityTokenResponseTypeTokenIssueOperation.createResponse(EncryptionProperties encryptionProperties, TokenProviderResponse tokenResponse, TokenRequirements tokenRequirements, KeyRequirements keyRequirements) protected RequestSecurityTokenResponseTypeTokenRenewOperation.createResponse(EncryptionProperties encryptionProperties, TokenRenewerResponse tokenRenewerResponse, TokenRequirements tokenRequirements, KeyRequirements keyRequirements) protected RequestSecurityTokenResponseTypeTokenValidateOperation.createResponse(TokenValidatorResponse tokenResponse, TokenProviderResponse tokenProviderResponse, TokenRequirements tokenRequirements) protected TokenValidatorResponseAbstractOperation.validateReceivedToken(Principal principal, Map<String, Object> messageContext, String realm, TokenRequirements tokenRequirements, ReceivedToken token) -
Uses of TokenRequirements in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request that return TokenRequirementsMethods in org.apache.cxf.sts.request with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidRequestRequirements.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return TokenRequirementsMethods in org.apache.cxf.sts.token.canceller with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidTokenCancellerParameters.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return TokenRequirementsMethods in org.apache.cxf.sts.token.delegation with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidTokenDelegationParameters.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return TokenRequirementsMethods in org.apache.cxf.sts.token.provider with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidTokenProviderParameters.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return TokenRequirementsMethods in org.apache.cxf.sts.token.renewer with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidTokenRenewerParameters.setTokenRequirements(TokenRequirements tokenRequirements) -
Uses of TokenRequirements in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return TokenRequirementsMethods in org.apache.cxf.sts.token.validator with parameters of type TokenRequirementsModifier and TypeMethodDescriptionvoidTokenValidatorParameters.setTokenRequirements(TokenRequirements tokenRequirements)