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.void
setChallenge
(Challenge challenge) Sets the wst:Challenge child element.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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