Apache CXF API

org.apache.cxf.ws.security.sts.provider.model.secext
Class BinarySecurityTokenType

java.lang.Object
  extended by org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
      extended by org.apache.cxf.ws.security.sts.provider.model.secext.EncodedString
          extended by org.apache.cxf.ws.security.sts.provider.model.secext.BinarySecurityTokenType

public class BinarySecurityTokenType
extends EncodedString

A security token that is encoded in binary

Java 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
protected  String valueType
           
 
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
BinarySecurityTokenType()
           
 
Method Summary
 String getValueType()
          Gets the value of the valueType property.
 void setValueType(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueType

protected String valueType
Constructor Detail

BinarySecurityTokenType

public BinarySecurityTokenType()
Method Detail

getValueType

public String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF