Uses of Class
org.apache.cxf.sts.request.KeyRequirements
Packages that use KeyRequirements
Package
Description
-
Uses of KeyRequirements in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return KeyRequirementsMethods in org.apache.cxf.sts.claims with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidClaimsParameters.setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type KeyRequirementsModifier and TypeMethodDescriptionprotected RequestSecurityTokenResponseTypeTokenIssueOperation.createResponse(EncryptionProperties encryptionProperties, TokenProviderResponse tokenResponse, TokenRequirements tokenRequirements, KeyRequirements keyRequirements) protected RequestSecurityTokenResponseTypeTokenRenewOperation.createResponse(EncryptionProperties encryptionProperties, TokenRenewerResponse tokenRenewerResponse, TokenRequirements tokenRequirements, KeyRequirements keyRequirements) protected ElementAbstractOperation.encryptSecret(byte[] secret, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements) Encrypt a secret using the given arguments producing a DOM EncryptedKey element -
Uses of KeyRequirements in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request that return KeyRequirementsMethods in org.apache.cxf.sts.request with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidRequestRequirements.setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return KeyRequirementsMethods in org.apache.cxf.sts.token.canceller with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidTokenCancellerParameters.setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return KeyRequirementsMethods in org.apache.cxf.sts.token.delegation with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidTokenDelegationParameters.setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return KeyRequirementsMethods in org.apache.cxf.sts.token.provider with parameters of type KeyRequirementsModifier and TypeMethodDescriptionstatic ElementTokenProviderUtils.encryptToken(Element element, String id, STSPropertiesMBean stsProperties, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements, Map<String, Object> messageContext) Encrypt a Token element using the given arguments.voidTokenProviderParameters.setKeyRequirements(KeyRequirements keyRequirements) protected voidAbstractSAMLTokenProvider.signToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion, RealmProperties samlRealm, STSPropertiesMBean stsProperties, KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return KeyRequirementsMethods in org.apache.cxf.sts.token.renewer with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidTokenRenewerParameters.setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return KeyRequirementsMethods in org.apache.cxf.sts.token.validator with parameters of type KeyRequirementsModifier and TypeMethodDescriptionvoidTokenValidatorParameters.setKeyRequirements(KeyRequirements keyRequirements)