Package org.opensaml.soap.wstrust
Interface SignChallengeType
- All Superinterfaces:
AttributeExtensibleXMLObject,ElementExtensibleXMLObject,WSTrustObject,XMLObject
- All Known Subinterfaces:
SignChallenge,SignChallengeResponse
- All Known Implementing Classes:
SignChallengeImpl,SignChallengeResponseImpl,SignChallengeTypeImpl
public interface SignChallengeType
extends AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject
SignChallengeType complex type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the wst:Challenge child element.voidsetChallenge(Challenge challenge) Sets the wst:Challenge child element.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjectsMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details