Uses of Interface
org.eclipse.higgins.idas.api.IAuthNMaterials

Packages that use IAuthNMaterials
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IAuthNMaterials in org.eclipse.higgins.idas.api
 

Subinterfaces of IAuthNMaterials in org.eclipse.higgins.idas.api
 interface IAuthNAttributesMaterials
          Represents an authentication identity to be used when calling org.eclipse.higgins.idas.api.IContext#open(Object) This type of identity is comprised of a set of attributes which make up the materials used in authentication.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IAuthNMaterials
 String IContext.open(IAuthNMaterials authentication)
           
 String IContext.open(IAuthNMaterials authentication, IExtension[] extensions)
          Opens this Context using the provided authentication object.