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.ISecurityToken

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

Author:
mikemci

Constructor Summary
BinarySecurityToken()
           
 
Method Summary
 org.eclipse.higgins.sts.api.IElement getAsElement()
           
 String getEncodedValue()
           
 URI getEncodingType()
           
 URI getTokenType()
           
 URI getValueType()
           
 void setEncodedValue(String strValue)
           
 void setEncodingType(URI uriEncodingType)
           
 void setValueType(URI uriValueType)
           
 
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

getTokenType

public URI getTokenType()
Specified by:
getTokenType in interface org.eclipse.higgins.sts.api.ISecurityToken

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

getAsElement

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