Package org.opensaml.soap.wstrust
Interface RequestType
- All Superinterfaces:
WSTrustObject,XMLObject,XSURI
- All Known Implementing Classes:
RequestTypeImpl
The wst:RequestType element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRequestType BatchCancel URI.static final StringRequestType BatchIssue URI.static final StringRequestType BatchRenew URI.static final StringRequestType BatchValidate URI.static final StringRequestType Cancel URI.static final StringElement local name.static final QNameDefault element name.static final StringRequestType Issue URI.static final StringRequestType Key Exchange Token (KET) URI.static final StringRequestType Renew URI.static final StringRequestType STSCancel URI.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringRequestType Validate URI. -
Method Summary
Methods 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
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
ISSUE
RequestType Issue URI.- See Also:
-
RENEW
RequestType Renew URI.- See Also:
-
CANCEL
RequestType Cancel URI.- See Also:
-
STSCANCEL
RequestType STSCancel URI.- See Also:
-
VALIDATE
RequestType Validate URI.- See Also:
-
KET
RequestType Key Exchange Token (KET) URI.- See Also:
-
BATCH_ISSUE
RequestType BatchIssue URI.- See Also:
-
BATCH_RENEW
RequestType BatchRenew URI.- See Also:
-
BATCH_CANCEL
RequestType BatchCancel URI.- See Also:
-
BATCH_VALIDATE
RequestType BatchValidate URI.- See Also:
-