org.eclipse.higgins.sts.common
Class CustomSecurityToken
java.lang.Object
org.eclipse.higgins.sts.common.CustomSecurityToken
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.ISecurityElement, org.eclipse.higgins.sts.api.ISecurityToken
public class CustomSecurityToken
- extends Object
- implements org.eclipse.higgins.sts.api.ISecurityToken
- Author:
- mikemci
Method Summary |
void |
fromElement(org.eclipse.higgins.sts.api.IElement element)
|
org.eclipse.higgins.sts.api.IElement |
toElement()
|
CustomSecurityToken
public CustomSecurityToken()
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
toElement
public org.eclipse.higgins.sts.api.IElement toElement()
throws Exception
- Specified by:
toElement
in interface org.eclipse.higgins.sts.api.ISecurityElement
- Throws:
Exception