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 Element |
AbstractOperation.encryptSecret(byte[] secret,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements)
Encrypt a secret using the given arguments producing a DOM EncryptedKey element
|
protected Element |
AbstractOperation.encryptToken(Element element,
String id,
EncryptionProperties encryptionProperties,
KeyRequirements keyRequirements,
WebServiceContext context)
Encrypt a Token element using the given arguments.
|
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 |
---|---|
void |
TokenProviderParameters.setKeyRequirements(KeyRequirements keyRequirements) |
protected void |
AbstractSAMLTokenProvider.signToken(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion,
SAMLRealm 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