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 java.lang.Object
- implements org.eclipse.higgins.sts.api.IBinarySecurityToken
- Author:
- mikemci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinarySecurityToken
public BinarySecurityToken()
getEncodingType
public java.net.URI getEncodingType()
- Specified by:
getEncodingType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
getValueType
public java.net.URI getValueType()
- Specified by:
getValueType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
setEncodingType
public void setEncodingType(java.net.URI uriEncodingType)
- Specified by:
setEncodingType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
setValueType
public void setValueType(java.net.URI uriValueType)
- Specified by:
setValueType in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
getTokenType
public java.net.URI getTokenType()
- Specified by:
getTokenType in interface org.eclipse.higgins.sts.api.ISecurityToken
setEncodedValue
public void setEncodedValue(java.lang.String strValue)
- Specified by:
setEncodedValue in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
getEncodedValue
public java.lang.String getEncodedValue()
- Specified by:
getEncodedValue in interface org.eclipse.higgins.sts.api.IBinarySecurityToken
getAsElement
public org.eclipse.higgins.sts.api.IElement getAsElement()
throws java.lang.Exception
- Specified by:
getAsElement in interface org.eclipse.higgins.sts.api.ISecurityToken
- Throws:
java.lang.Exception