org.eclipse.higgins.sts.api
Interface ISecurityToken

All Known Subinterfaces:
IBinarySecurityToken, ISAMLToken, IUsernameToken

public interface ISecurityToken

Author:
mikemci

Method Summary
 IElement getAsElement()
           
 URI getTokenType()
           
 

Method Detail

getTokenType

public URI getTokenType()

getAsElement

public IElement getAsElement()
                      throws Exception
Throws:
Exception