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,
javax.xml.ws.WebServiceContext context)
Encrypt a Token element using the given arguments.
|
Modifier and Type | Method and Description |
---|---|
KeyRequirements |
RequestParser.getKeyRequirements() |
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 |
TokenProviderParameters.getKeyRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
TokenProviderParameters.setKeyRequirements(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