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 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.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 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


Copyright © 2006-2013 Internet2. All Rights Reserved.