Uses of Class
com.sun.xml.wss.impl.callback.XWSSCallback

Packages that use XWSSCallback
com.sun.xml.wss.impl.callback   
 

Uses of XWSSCallback in com.sun.xml.wss.impl.callback
 

Subclasses of XWSSCallback in com.sun.xml.wss.impl.callback
 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. : since XWS 2.0 EA
 class PrivateKeyCallback
          Callback class for obtaining the private key from KeyStore Used only for Metro(WSIT) Security Scenarios
 class PropertyCallback
          Deprecated. This callback is no longer supported by the XWS-Security runtime, use the XWS-Security configuration file to set the above property values instead.
 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.