Modifier and Type | Method and Description |
---|---|
KeyRequirements |
ClaimsParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
ClaimsParameters.setKeyRequirements(KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
protected RequestSecurityTokenResponseType |
TokenIssueOperation.createResponse(EncryptionProperties encryptionProperties,
TokenProviderResponse tokenResponse,
TokenRequirements tokenRequirements,
KeyRequirements keyRequirements) |
protected RequestSecurityTokenResponseType |
TokenRenewOperation.createResponse(EncryptionProperties encryptionProperties,
TokenRenewerResponse tokenRenewerResponse,
TokenRequirements tokenRequirements,
KeyRequirements keyRequirements) |
protected Element |
AbstractOperation.encryptSecret(byte[] secret,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements)
Encrypt a secret using the given arguments producing a DOM EncryptedKey element
|
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
RequestRequirements.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
RequestRequirements.setKeyRequirements(KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
TokenCancellerParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
TokenCancellerParameters.setKeyRequirements(KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
TokenDelegationParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
TokenDelegationParameters.setKeyRequirements(KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
TokenProviderParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
static Element |
TokenProviderUtils.encryptToken(Element element,
String id,
STSPropertiesMBean stsProperties,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements,
Map<String,Object> messageContext)
Encrypt a Token element using the given arguments.
|
void |
TokenProviderParameters.setKeyRequirements(KeyRequirements keyRequirements) |
protected void |
AbstractSAMLTokenProvider.signToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion,
RealmProperties samlRealm,
STSPropertiesMBean stsProperties,
KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
TokenRenewerParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
TokenRenewerParameters.setKeyRequirements(KeyRequirements keyRequirements) |
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
TokenValidatorParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
TokenValidatorParameters.setKeyRequirements(KeyRequirements keyRequirements) |
Apache CXF