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
-
public class BinarySecurityTokenType extends EncodedString
A security token that is encoded in binaryJava class for BinarySecurityTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringvalueType-
Fields inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.EncodedString
encodingType
-
Fields inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
id, value
-
-
Constructor Summary
Constructors Constructor Description BinarySecurityTokenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValueType()Gets 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, setEncodingType
-
Methods inherited from class org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
-
-
-
Field Detail
-
valueType
protected String valueType
-
-