Package org.apache.wss4j.binding.wss10
Class KeyIdentifierType
java.lang.Object
org.apache.wss4j.binding.wss10.AttributedString
org.apache.wss4j.binding.wss10.EncodedString
org.apache.wss4j.binding.wss10.KeyIdentifierType
A security token key identifier
Java class for KeyIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyIdentifierType">
<simpleContent>
<extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>EncodedString">
<attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</simpleContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the valueType property.voidsetValueType(String value) Sets the value of the valueType property.Methods inherited from class org.apache.wss4j.binding.wss10.EncodedString
getEncodingType, setEncodingTypeMethods inherited from class org.apache.wss4j.binding.wss10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue