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

void setValueType(URI uriValueType)

setEncodingType

void setEncodingType(URI uriEncodingType)

setEncodedValue

void setEncodedValue(String strValue)

getValueType

URI getValueType()

getEncodingType

URI getEncodingType()

getEncodedValue

String getEncodedValue()

getId

String getId()

setId

void setId(String strId)