Package org.opensaml.soap.wstrust
Interface RequestType
- All Superinterfaces:
WSTrustObject
,XMLObject
,XSURI
- All Known Implementing Classes:
RequestTypeImpl
public interface RequestType extends XSURI, WSTrustObject
The wst:RequestType element.
-
Field Summary
Fields Modifier and Type Field Description static String
BATCH_CANCEL
RequestType BatchCancel URI.static String
BATCH_ISSUE
RequestType BatchIssue URI.static String
BATCH_RENEW
RequestType BatchRenew URI.static String
BATCH_VALIDATE
RequestType BatchValidate URI.static String
CANCEL
RequestType Cancel URI.static String
ELEMENT_LOCAL_NAME
Element local name.static QName
ELEMENT_NAME
Default element name.static String
ISSUE
RequestType Issue URI.static String
KET
RequestType Key Exchange Token (KET) URI.static String
RENEW
RequestType Renew URI.static String
STSCANCEL
RequestType STSCancel URI.static String
TYPE_LOCAL_NAME
Local name of the XSI type.static QName
TYPE_NAME
QName of the XSI type.static String
VALIDATE
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:
- Constant Field Values
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
QName of the XSI type. -
ISSUE
RequestType Issue URI.- See Also:
- Constant Field Values
-
RENEW
RequestType Renew URI.- See Also:
- Constant Field Values
-
CANCEL
RequestType Cancel URI.- See Also:
- Constant Field Values
-
STSCANCEL
RequestType STSCancel URI.- See Also:
- Constant Field Values
-
VALIDATE
RequestType Validate URI.- See Also:
- Constant Field Values
-
KET
RequestType Key Exchange Token (KET) URI.- See Also:
- Constant Field Values
-
BATCH_ISSUE
RequestType BatchIssue URI.- See Also:
- Constant Field Values
-
BATCH_RENEW
RequestType BatchRenew URI.- See Also:
- Constant Field Values
-
BATCH_CANCEL
RequestType BatchCancel URI.- See Also:
- Constant Field Values
-
BATCH_VALIDATE
RequestType BatchValidate URI.- See Also:
- Constant Field Values
-