org.eclipse.higgins.sts.common
Class BinarySecurityToken
java.lang.Object
org.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
BinarySecurityToken
public BinarySecurityToken()
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