Package org.opensaml.soap.wstrust
Interface RequestType
-
- All Superinterfaces:
WSTrustObject,org.opensaml.core.xml.XMLObject,org.opensaml.core.xml.schema.XSURI
public interface RequestType extends org.opensaml.core.xml.schema.XSURI, WSTrustObject
The wst:RequestType element.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBATCH_CANCELRequestType BatchCancel URI.static StringBATCH_ISSUERequestType BatchIssue URI.static StringBATCH_RENEWRequestType BatchRenew URI.static StringBATCH_VALIDATERequestType BatchValidate URI.static StringCANCELRequestType Cancel URI.static StringELEMENT_LOCAL_NAMEElement local name.static QNameELEMENT_NAMEDefault element name.static StringISSUERequestType Issue URI.static StringKETRequestType Key Exchange Token (KET) URI.static StringRENEWRequestType Renew URI.static StringSTSCANCELRequestType STSCancel URI.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.static StringVALIDATERequestType 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 Detail
-
ELEMENT_LOCAL_NAME
static final String ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
ELEMENT_NAME
static final QName ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
ISSUE
static final String ISSUE
RequestType Issue URI.- See Also:
- Constant Field Values
-
RENEW
static final String RENEW
RequestType Renew URI.- See Also:
- Constant Field Values
-
CANCEL
static final String CANCEL
RequestType Cancel URI.- See Also:
- Constant Field Values
-
STSCANCEL
static final String STSCANCEL
RequestType STSCancel URI.- See Also:
- Constant Field Values
-
VALIDATE
static final String VALIDATE
RequestType Validate URI.- See Also:
- Constant Field Values
-
KET
static final String KET
RequestType Key Exchange Token (KET) URI.- See Also:
- Constant Field Values
-
BATCH_ISSUE
static final String BATCH_ISSUE
RequestType BatchIssue URI.- See Also:
- Constant Field Values
-
BATCH_RENEW
static final String BATCH_RENEW
RequestType BatchRenew URI.- See Also:
- Constant Field Values
-
BATCH_CANCEL
static final String BATCH_CANCEL
RequestType BatchCancel URI.- See Also:
- Constant Field Values
-
BATCH_VALIDATE
static final String BATCH_VALIDATE
RequestType BatchValidate URI.- See Also:
- Constant Field Values
-
-