Uses of Class
org.apache.rampart.TokenCallbackHandler

Packages that use TokenCallbackHandler
org.apache.rampart.saml   
 

Uses of TokenCallbackHandler in org.apache.rampart.saml
 

Methods in org.apache.rampart.saml with parameters of type TokenCallbackHandler
abstract  byte[] SAMLAssertionHandler.getAssertionKeyInfoSecret(org.apache.ws.security.components.crypto.Crypto signatureCrypto, TokenCallbackHandler tokenCallbackHandler)
          Gets the secret in assertion.
 byte[] SAML2AssertionHandler.getAssertionKeyInfoSecret(org.apache.ws.security.components.crypto.Crypto signatureCrypto, TokenCallbackHandler tokenCallbackHandler)
           
 byte[] SAML1AssertionHandler.getAssertionKeyInfoSecret(org.apache.ws.security.components.crypto.Crypto signatureCrypto, TokenCallbackHandler tokenCallbackHandler)