org.opensaml.ws.wstrust
Interface RequestType

All Superinterfaces:
org.opensaml.xml.validation.ValidatingXMLObject, WSTrustObject, org.opensaml.xml.XMLObject, org.opensaml.xml.schema.XSURI
All Known Implementing Classes:
RequestTypeImpl

public interface RequestType
extends org.opensaml.xml.schema.XSURI, WSTrustObject

The wst:RequestType element.


Field Summary
static java.lang.String BATCH_CANCEL
          RequestType BatchCancel URI.
static java.lang.String BATCH_ISSUE
          RequestType BatchIssue URI.
static java.lang.String BATCH_RENEW
          RequestType BatchRenew URI.
static java.lang.String BATCH_VALIDATE
          RequestType BatchValidate URI.
static java.lang.String CANCEL
          RequestType Cancel URI.
static java.lang.String ELEMENT_LOCAL_NAME
          Element local name.
static javax.xml.namespace.QName ELEMENT_NAME
          Default element name.
static java.lang.String ISSUE
          RequestType Issue URI.
static java.lang.String KET
          RequestType Key Exchange Token (KET) URI.
static java.lang.String RENEW
          RequestType Renew URI.
static java.lang.String STSCANCEL
          RequestType STSCancel URI.
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
static java.lang.String VALIDATE
          RequestType Validate URI.
 
Method Summary
 
Methods inherited from interface org.opensaml.xml.schema.XSURI
getValue, setValue
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

ELEMENT_LOCAL_NAME

static final java.lang.String ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

ELEMENT_NAME

static final javax.xml.namespace.QName ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


ISSUE

static final java.lang.String ISSUE
RequestType Issue URI.

See Also:
Constant Field Values

RENEW

static final java.lang.String RENEW
RequestType Renew URI.

See Also:
Constant Field Values

CANCEL

static final java.lang.String CANCEL
RequestType Cancel URI.

See Also:
Constant Field Values

STSCANCEL

static final java.lang.String STSCANCEL
RequestType STSCancel URI.

See Also:
Constant Field Values

VALIDATE

static final java.lang.String VALIDATE
RequestType Validate URI.

See Also:
Constant Field Values

KET

static final java.lang.String KET
RequestType Key Exchange Token (KET) URI.

See Also:
Constant Field Values

BATCH_ISSUE

static final java.lang.String BATCH_ISSUE
RequestType BatchIssue URI.

See Also:
Constant Field Values

BATCH_RENEW

static final java.lang.String BATCH_RENEW
RequestType BatchRenew URI.

See Also:
Constant Field Values

BATCH_CANCEL

static final java.lang.String BATCH_CANCEL
RequestType BatchCancel URI.

See Also:
Constant Field Values

BATCH_VALIDATE

static final java.lang.String BATCH_VALIDATE
RequestType BatchValidate URI.

See Also:
Constant Field Values


Copyright © 2006-2011 Internet2. All Rights Reserved.