org.opensaml.ws.wssecurity.impl
Class BinarySecurityTokenImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.wssecurity.impl.AbstractWSSecurityObject
org.opensaml.ws.wssecurity.impl.AttributedStringImpl
org.opensaml.ws.wssecurity.impl.EncodedStringImpl
org.opensaml.ws.wssecurity.impl.BinarySecurityTokenImpl
- All Implemented Interfaces:
- AttributedString, BinarySecurityToken, EncodedString, IdBearing, WSSecurityObject, AttributeExtensibleXMLObject, XSString, ValidatingXMLObject, XMLObject
public class BinarySecurityTokenImpl
- extends EncodedStringImpl
- implements BinarySecurityToken
BinarySecurityTokenImpl.
Field Summary |
private String |
valueType
wsse:BinarySecurityToken/@ValueType attribute. |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
valueType
private String valueType
- wsse:BinarySecurityToken/@ValueType attribute.
BinarySecurityTokenImpl
public BinarySecurityTokenImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
- Constructor. Default EncodingType is
BinarySecurityToken.ENCODINGTYPE_BASE64_BINARY
- Parameters:
namespaceURI
- namespace of the elementelementLocalName
- name of the elementnamespacePrefix
- namespace prefix of the element
getValueType
public String getValueType()
- Returns the ValueType attribute URI value.
- Specified by:
getValueType
in interface BinarySecurityToken
- Returns:
- the ValueType attribute value or
null
.
setValueType
public void setValueType(String newValueType)
- Sets the ValueType attribute URI value.
- Specified by:
setValueType
in interface BinarySecurityToken
- Parameters:
newValueType
- the ValueType attribute value.
Copyright © 1999-2013. All Rights Reserved.