Uses of Interface
org.opensaml.ws.wstrust.CombinedHash

Packages that use CombinedHash
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of CombinedHash in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return CombinedHash
 CombinedHash Authenticator.getCombinedHash()
          Returns the wst:CombinedHash child element.
 

Methods in org.opensaml.ws.wstrust with parameters of type CombinedHash
 void Authenticator.setCombinedHash(CombinedHash combinedHash)
          Sets the wst:CombinedHash child element.
 

Uses of CombinedHash in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement CombinedHash
 class CombinedHashImpl
          CombinedHashImpl.
 

Fields in org.opensaml.ws.wstrust.impl declared as CombinedHash
private  CombinedHash AuthenticatorImpl.combinedHash
          the wst:Authenticator/wst:CombinedHash child element.
 

Methods in org.opensaml.ws.wstrust.impl that return CombinedHash
 CombinedHash CombinedHashBuilder.buildObject()
           
 CombinedHash CombinedHashBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 CombinedHash AuthenticatorImpl.getCombinedHash()
          Returns the wst:CombinedHash child element.
 

Methods in org.opensaml.ws.wstrust.impl with parameters of type CombinedHash
 void AuthenticatorImpl.setCombinedHash(CombinedHash newCombinedHash)
          Sets the wst:CombinedHash child element.
 



Copyright © 1999-2013. All Rights Reserved.