org.eclipse.higgins.sts.api
Interface IBinarySecurityToken

All Superinterfaces:
ISecurityToken

public interface IBinarySecurityToken
extends ISecurityToken

Author:
mikemci

Method Summary
 String getEncodedValue()
           
 URI getEncodingType()
           
 URI getValueType()
           
 void setEncodedValue(String strValue)
           
 void setEncodingType(URI uriEncodingType)
           
 void setValueType(URI uriValueType)
           
 
Methods inherited from interface org.eclipse.higgins.sts.api.ISecurityToken
getAsElement, getTokenType
 

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()