Uses of Interface
org.eclipse.higgins.sts.api.ISecurityElement

Uses of ISecurityElement in org.eclipse.higgins.sts.api
 

Subinterfaces of ISecurityElement in org.eclipse.higgins.sts.api
 interface IBinarySecurityToken
           
 interface IEncryptedData
           
 interface IEncryptedKey
           
 interface IKerberosToken
           
 interface IPKIPathToken
           
 interface ISAML10Token
           
 interface ISAML11Token
           
 interface ISAML20Token
           
 interface ISAMLToken
           
 interface ISecurityToken
           
 interface ISecurityTokenReference
           
 interface ISignature
           
 interface ITimestamp
           
 interface IUsernameToken
           
 interface IX509CertificateToken
           
 

Methods in org.eclipse.higgins.sts.api that return ISecurityElement
 ISecurityElement ISecurityInformation.getFirst(Class cls)
           
 

Methods in org.eclipse.higgins.sts.api with parameters of type ISecurityElement
 void ISecurityInformation.addSecurityElement(ISecurityElement element)