Class BinarySecurityTokenType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
org.apache.cxf.ws.security.sts.provider.model.secext.EncodedString
org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType
A security token that is encoded in binary
<p>Java class for BinarySecurityTokenType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="BinarySecurityTokenType">
<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>
}</pre>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.EncodedString
encodingTypeFields inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
id, value -
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.cxf.ws.security.sts.provider.model.secext.EncodedString
getEncodingType, setEncodingTypeMethods inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
Field Details
-
valueType
-
-
Constructor Details
-
BinarySecurityTokenType
public BinarySecurityTokenType()
-
-
Method Details