Uses of Class
org.apache.cxf.sts.request.KeyRequirements
-
-
Uses of KeyRequirements in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return KeyRequirements Modifier and Type Method Description KeyRequirementsClaimsParameters. getKeyRequirements()Methods in org.apache.cxf.sts.claims with parameters of type KeyRequirements Modifier and Type Method Description voidClaimsParameters. setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type KeyRequirements Modifier and Type Method Description protected 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 KeyRequirements Modifier and Type Method Description KeyRequirementsRequestRequirements. getKeyRequirements()Methods in org.apache.cxf.sts.request with parameters of type KeyRequirements Modifier and Type Method Description voidRequestRequirements. setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return KeyRequirements Modifier and Type Method Description KeyRequirementsTokenCancellerParameters. getKeyRequirements()Methods in org.apache.cxf.sts.token.canceller with parameters of type KeyRequirements Modifier and Type Method Description voidTokenCancellerParameters. setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return KeyRequirements Modifier and Type Method Description KeyRequirementsTokenDelegationParameters. getKeyRequirements()Methods in org.apache.cxf.sts.token.delegation with parameters of type KeyRequirements Modifier and Type Method Description voidTokenDelegationParameters. setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return KeyRequirements Modifier and Type Method Description KeyRequirementsTokenProviderParameters. getKeyRequirements()Methods in org.apache.cxf.sts.token.provider with parameters of type KeyRequirements Modifier and Type Method Description static 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 KeyRequirements Modifier and Type Method Description KeyRequirementsTokenRenewerParameters. getKeyRequirements()Methods in org.apache.cxf.sts.token.renewer with parameters of type KeyRequirements Modifier and Type Method Description voidTokenRenewerParameters. setKeyRequirements(KeyRequirements keyRequirements) -
Uses of KeyRequirements in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return KeyRequirements Modifier and Type Method Description KeyRequirementsTokenValidatorParameters. getKeyRequirements()Methods in org.apache.cxf.sts.token.validator with parameters of type KeyRequirements Modifier and Type Method Description voidTokenValidatorParameters. setKeyRequirements(KeyRequirements keyRequirements)
-