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.ISecurityElement, 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
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
toElement
public org.eclipse.higgins.sts.api.IElement toElement()
throws Exception
- Specified by:
toElement in interface org.eclipse.higgins.sts.api.ISecurityElement
- Throws:
Exception
fromElement
public void fromElement(org.eclipse.higgins.sts.api.IElement element)
throws Exception
- Specified by:
fromElement in interface org.eclipse.higgins.sts.api.ISecurityElement
- Throws:
Exception
getId
public String getId()
- Specified by:
getId in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
setId
public void setId(String strId)
- Specified by:
setId in interface org.eclipse.higgins.sts.api.IBinarySecurityToken