Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
STSPropertiesMBean.getEncryptionProperties()
Get the EncryptionProperties to use.
|
EncryptionProperties |
StaticSTSProperties.getEncryptionProperties()
Get the EncryptionProperties to use.
|
Modifier and Type | Method and Description |
---|---|
void |
STSPropertiesMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to use.
|
void |
StaticSTSProperties.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to use.
|
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
ClaimsParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ClaimsParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
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 |
---|---|
EncryptionProperties |
ServiceMBean.getEncryptionProperties()
Get the EncryptionProperties to be used to encrypt tokens issued for this service
|
EncryptionProperties |
StaticService.getEncryptionProperties()
Get the EncryptionProperties to be used to encrypt tokens issued for this service
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to be used to encrypt tokens issued for this service
|
void |
StaticService.setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to be used to encrypt tokens issued for this service
|
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
TokenProviderParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TokenProviderParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
Modifier and Type | Method and Description |
---|---|
EncryptionProperties |
TokenRenewerParameters.getEncryptionProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TokenRenewerParameters.setEncryptionProperties(EncryptionProperties encryptionProperties) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.