Interface ClaimType
- All Superinterfaces:
org.opensaml.core.xml.AttributeExtensibleXMLObject,org.opensaml.soap.wstrust.WSTrustObject,org.opensaml.core.xml.XMLObject
- All Known Implementing Classes:
ClaimTypeImpl
public interface ClaimType
extends org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.soap.wstrust.WSTrustObject
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetUri()voidsetOptional(String optional) voidsetOptionalBoolean(Boolean optional) voidMethods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 Details
-
IDENTITY_NS
- See Also:
-
IDENTITY_PREFIX
- See Also:
-
ELEMENT_LOCAL_NAME
- See Also:
-
ELEMENT_NAME
-
TYPE_LOCAL_NAME
- See Also:
-
TYPE_NAME
-
URI_ATTRIB_NAME
- See Also:
-
OPTIONAL_ATTRIB_NAME
- See Also:
-
-
Method Details