org.eclipse.higgins.sts.common
Class CustomSecurityToken

java.lang.Object
  extended by 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

Constructor Summary
CustomSecurityToken()
           
 
Method Summary
 void fromElement(org.eclipse.higgins.sts.api.IElement element)
           
 org.eclipse.higgins.sts.api.IElement toElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSecurityToken

public CustomSecurityToken()
Method Detail

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