public class VAT
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
If AP chooses to store the VAT attribute, AP MUST implement sufficient permissions enforcement, policies, audit trail, and usage directives to ensure that the VAT is only used for legitimate purposes. AP MUST NOT disclose the VAT to inappropriate parties. It is RECOMMENDED that this attribute not be populated.
| Modifier and Type | Field and Description |
|---|---|
private CommonAttributes |
attributes |
private Extension |
extension |
private IDType |
iDType |
private IDValue |
iDValue |
static String |
LOCAL_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
VAT(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
Extension |
getExtension() |
IDType |
getIDType() |
IDValue |
getIDValue() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setExtension(Extension extension) |
void |
setIDType(IDType iDType) |
void |
setIDValue(IDValue iDValue) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
private CommonAttributes attributes
private IDValue iDValue
private IDType iDType
private Extension extension
public CommonAttributes attributes()
public void setIDValue(IDValue iDValue)
public IDValue getIDValue()
public void setIDType(IDType iDType)
public IDType getIDType()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.