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

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

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

Subinterfaces of IHasAttributes in org.eclipse.higgins.idas.api
 interface IAuthNAttributesMaterials
          Represents an authentication identity to be used when calling IContext.open(Object) This type of identity is comprised of a set of attributes which make up the materials used in authentication.
 interface IComplexAttrValue
           
 interface IDigitalSubject
          As defined at http://spwiki.editme.com/DigitalSubjectM4 and http://spwiki.editme.com/ContextProvider, This interface holds a set of IDigitalSubject objects.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IHasAttributes
 boolean IHasAttributes.equals(IHasAttributes attributes)
          Returns true if the passed attribute set is equal to this one.