org.eclipse.higgins.sts.api
Interface IBinarySecurityToken

All Superinterfaces:
ISecurityElement, ISecurityToken
All Known Subinterfaces:
IKerberosToken, IPKIPathToken, IX509CertificateToken

public interface IBinarySecurityToken
extends ISecurityToken

Author:
mikemci

Method Summary
 String getEncodedValue()
           
 URI getEncodingType()
           
 String getId()
           
 URI getValueType()
           
 void setEncodedValue(String strValue)
           
 void setEncodingType(URI uriEncodingType)
           
 void setId(String strId)
           
 void setValueType(URI uriValueType)
           
 
Methods inherited from interface org.eclipse.higgins.sts.api.ISecurityElement
fromElement, toElement
 

Method Detail

setValueType

public void setValueType(URI uriValueType)

setEncodingType

public void setEncodingType(URI uriEncodingType)

setEncodedValue

public void setEncodedValue(String strValue)

getValueType

public URI getValueType()

getEncodingType

public URI getEncodingType()

getEncodedValue

public String getEncodedValue()

getId

public String getId()

setId

public void setId(String strId)