Uses of Interface
org.opensaml.soap.wstrust.CombinedHash
Packages that use CombinedHash
Package
Description
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of CombinedHash in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return CombinedHashModifier and TypeMethodDescriptionAuthenticator.getCombinedHash()Returns the wst:CombinedHash child element.Methods in org.opensaml.soap.wstrust with parameters of type CombinedHashModifier and TypeMethodDescriptionvoidAuthenticator.setCombinedHash(CombinedHash combinedHash) Sets the wst:CombinedHash child element. -
Uses of CombinedHash in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement CombinedHashFields in org.opensaml.soap.wstrust.impl declared as CombinedHashModifier and TypeFieldDescriptionprivate CombinedHashAuthenticatorImpl.combinedHashthe wst:Authenticator/wst:CombinedHash child element.Methods in org.opensaml.soap.wstrust.impl that return CombinedHashModifier and TypeMethodDescriptionCombinedHashBuilder.buildObject()Builds a WS-Trust object of the given type.CombinedHashBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AuthenticatorImpl.getCombinedHash()Returns the wst:CombinedHash child element.Methods in org.opensaml.soap.wstrust.impl with parameters of type CombinedHashModifier and TypeMethodDescriptionvoidAuthenticatorImpl.setCombinedHash(CombinedHash newCombinedHash) Sets the wst:CombinedHash child element.