org.eclipse.higgins.sts.common
Class BinarySecurityToken

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.BinarySecurityToken
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IBinarySecurityToken, org.eclipse.higgins.sts.api.ISecurityElement, org.eclipse.higgins.sts.api.ISecurityToken

public class BinarySecurityToken
extends Object
implements org.eclipse.higgins.sts.api.IBinarySecurityToken

Author:
mikemci

Constructor Summary
BinarySecurityToken()
           
 
Method Summary
 void fromElement(org.eclipse.higgins.sts.api.IElement element)
           
 String getEncodedValue()
           
 URI getEncodingType()
           
 String getId()
           
 URI getValueType()
           
 void setEncodedValue(String strValue)
           
 void setEncodingType(URI uriEncodingType)
           
 void setId(String strId)
           
 void setValueType(URI uriValueType)
           
 org.eclipse.higgins.sts.api.IElement toElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarySecurityToken

public BinarySecurityToken()
Method Detail

getEncodingType

public URI getEncodingType()
Specified by:
getEncodingType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

getValueType

public URI getValueType()
Specified by:
getValueType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

setEncodingType

public void setEncodingType(URI uriEncodingType)
Specified by:
setEncodingType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

setValueType

public void setValueType(URI uriValueType)
Specified by:
setValueType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

setEncodedValue

public void setEncodedValue(String strValue)
Specified by:
setEncodedValue in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

getEncodedValue

public String getEncodedValue()
Specified by:
getEncodedValue in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

toElement

public org.eclipse.higgins.sts.api.IElement toElement()
                                               throws Exception
Specified by:
toElement in interface org.eclipse.higgins.sts.api.ISecurityElement
Throws:
Exception

fromElement

public void fromElement(org.eclipse.higgins.sts.api.IElement element)
                 throws Exception
Specified by:
fromElement in interface org.eclipse.higgins.sts.api.ISecurityElement
Throws:
Exception

getId

public String getId()
Specified by:
getId in interface org.eclipse.higgins.sts.api.IBinarySecurityToken

setId

public void setId(String strId)
Specified by:
setId in interface org.eclipse.higgins.sts.api.IBinarySecurityToken