org.eclipse.higgins.sts.api
Interface ISecurityElement

All Known Subinterfaces:
IBinarySecurityToken, IEncryptedData, IEncryptedKey, IKerberosToken, IPKIPathToken, ISAML10Token, ISAML11Token, ISAML20Token, ISAMLToken, ISecurityToken, ISecurityTokenReference, ISignature, ITimestamp, IUsernameToken, IX509CertificateToken

public interface ISecurityElement

Author:
mikemci

Method Summary
 void fromElement(IElement element)
           
 IElement toElement()
           
 

Method Detail

toElement

public IElement toElement()
                   throws Exception
Throws:
Exception

fromElement

public void fromElement(IElement element)
                 throws Exception
Throws:
Exception