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 String
RequestType BatchCancel URI.static final String
RequestType BatchIssue URI.static final String
RequestType BatchRenew URI.static final String
RequestType BatchValidate URI.static final String
RequestType Cancel URI.static final String
Element local name.static final QName
Default element name.static final String
RequestType Issue URI.static final String
RequestType Key Exchange Token (KET) URI.static final String
RequestType Renew URI.static final String
RequestType STSCancel URI.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
RequestType Validate URI. -
Method Summary
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
-
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:
-