class |
CertificateValidationCallback |
This Callback is intended for X.509 certificate validation
A validator that implements the CertificateValidator interface
should be set on the callback by the callback handler.
|
class |
CertStoreCallback |
|
class |
DecryptionKeyCallback |
CallBack implementation for decryption key.
|
class |
DynamicPolicyCallback |
Callback implementation for dynamic policy resolution.
|
class |
EncryptionKeyCallback |
CallBack implementation for encryption key.
|
class |
KeyStoreCallback |
Callback class for obtaining the keystore
Used only for Metro(WSIT) Security Scenarios
It assumes that load method on the returned KeyStore was called
by the user to initialized the KeyStore.
|
class |
PasswordCallback |
This Callback should be handled if the password for the username token
needs to be supplied at run-time.
|
class |
PasswordValidationCallback |
This Callback is intended for Username-Password validation.
|
class |
PrefixNamespaceMappingCallback |
Deprecated.
|
class |
PrivateKeyCallback |
Callback class for obtaining the private key from KeyStore
Used only for Metro(WSIT) Security Scenarios
|
class |
PropertyCallback |
Deprecated.
|
class |
SAMLCallback |
|
class |
SignatureKeyCallback |
CallBack implementation for signature key.
|
class |
SignatureVerificationKeyCallback |
CallBack implementation for signature verification key.
|
class |
TimestampValidationCallback |
|
class |
UsernameCallback |
This Callback should be handled if the username for the username token
needs to be supplied at run-time.
|