org.openliberty.xmltooling.security
Class Timestamp
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.openliberty.xmltooling.security.Timestamp
- All Implemented Interfaces:
- org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.ElementExtensibleXMLObject, org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject
public class Timestamp
- extends org.opensaml.xml.signature.AbstractSignableXMLObject
- implements org.opensaml.xml.ElementExtensibleXMLObject, org.opensaml.xml.AttributeExtensibleXMLObject
- Author:
- tguion
|
Constructor Summary |
protected |
Timestamp(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject |
getSignature, isSigned, setSignature |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
DEFAULT_ELEMENT_LOCAL_NAME
public static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
DEFAULT_ELEMENT_NAME
public static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
- Default element name.
ID_ATTRIB_NAME
public static final java.lang.String ID_ATTRIB_NAME
- Name for the attribute which defines the Id.
- See Also:
- Constant Field Values
id
private java.lang.String id
created
private Created created
expires
private Expires expires
unknownChildren
private org.opensaml.xml.util.IndexedXMLObjectChildrenList<org.opensaml.xml.XMLObject> unknownChildren
- Support for ElementExtensibleXMLObject interface
otherAttributes
private org.opensaml.xml.util.AttributeMap otherAttributes
- Support for AttributeExtensibleXMLObject interface
Timestamp
protected Timestamp(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
getUnknownXMLObjects
public java.util.List<org.opensaml.xml.XMLObject> getUnknownXMLObjects()
- Specified by:
getUnknownXMLObjects in interface org.opensaml.xml.ElementExtensibleXMLObject
getUnknownXMLObjects
public java.util.List<org.opensaml.xml.XMLObject> getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
- Specified by:
getUnknownXMLObjects in interface org.opensaml.xml.ElementExtensibleXMLObject
getOrderedChildren
public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject
getUnknownAttributes
public org.opensaml.xml.util.AttributeMap getUnknownAttributes()
- Specified by:
getUnknownAttributes in interface org.opensaml.xml.AttributeExtensibleXMLObject
getCreated
public Created getCreated()
- Returns:
- the created
setCreated
public void setCreated(Created created)
- Parameters:
created - the created to set
getExpires
public Expires getExpires()
- Returns:
- the expires
setExpires
public void setExpires(Expires expires)
- Parameters:
expires - the expires to set
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set