org.eclipse.higgins.idas.spi
Class BasicAuthNAttributesMaterials

java.lang.Object
  extended byorg.eclipse.higgins.idas.spi.BasicAttributeSet
      extended byorg.eclipse.higgins.idas.spi.BasicAuthNAttributesMaterials
All Implemented Interfaces:
IAttributeContainer, org.eclipse.higgins.idas.api.IAuthNAttributesMaterials, org.eclipse.higgins.idas.api.IHasAttributes

public class BasicAuthNAttributesMaterials
extends BasicAttributeSet
implements org.eclipse.higgins.idas.api.IAuthNAttributesMaterials

Basic implementation of IAuthNAttributesMaterials for use in IContext.open(Object).


Constructor Summary
BasicAuthNAttributesMaterials(Iterator attrs, org.eclipse.higgins.idas.api.IContext context)
           
 
Method Summary
 org.eclipse.higgins.idas.api.IAttribute getManagedAttr()
           
 URI getManagedAttrURI()
           
 
Methods inherited from class org.eclipse.higgins.idas.spi.BasicAttributeSet
addAttribute, addAttribute, addUnnotifiedAttribute, addUnnotifiedAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue, updateNotification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes
addAttribute, addAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue
 

Constructor Detail

BasicAuthNAttributesMaterials

public BasicAuthNAttributesMaterials(Iterator attrs,
                                     org.eclipse.higgins.idas.api.IContext context)
                              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException
Method Detail

getManagedAttr

public org.eclipse.higgins.idas.api.IAttribute getManagedAttr()
Specified by:
getManagedAttr in interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials

getManagedAttrURI

public URI getManagedAttrURI()
Specified by:
getManagedAttrURI in interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials