Package org.opensaml.soap.wssecurity
Interface KeyIdentifier
- All Superinterfaces:
AttributedString
,AttributeExtensibleXMLObject
,EncodedString
,IdBearing
,WSSecurityObject
,XMLObject
,XSString
- All Known Implementing Classes:
KeyIdentifierImpl
The <wsse:KeyIdentifier> element.
- See Also:
-
SecurityTokenReference
- "WS-Security, Chapter 7.3 Key Identifiers."
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Element local name.static final QName
Qualified element name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
The ValueType attribute name.Fields inherited from interface org.opensaml.soap.wssecurity.EncodedString
ENCODING_TYPE_ATTRIB_NAME, ENCODING_TYPE_BASE64_BINARY
Fields inherited from interface org.opensaml.soap.wssecurity.IdBearing
WSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ValueType attribute URI value.void
setValueType
(String newValueType) Sets the ValueType attribute URI value.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.soap.wssecurity.EncodedString
getEncodingType, setEncodingType
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Qualified element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
VALUE_TYPE_ATTRIB_NAME
The ValueType attribute name.- See Also:
-
-
Method Details
-
getValueType
String getValueType()Returns the ValueType attribute URI value.- Returns:
- the ValueType attribute value or
null
.
-
setValueType
Sets the ValueType attribute URI value.- Parameters:
newValueType
- the ValueType attribute value.
-