Uses of Interface
org.eclipse.higgins.idas.udi.IAuthNMaterialsCallback

Packages that use IAuthNMaterialsCallback
org.eclipse.higgins.idas.udi   
 

Uses of IAuthNMaterialsCallback in org.eclipse.higgins.idas.udi
 

Methods in org.eclipse.higgins.idas.udi with parameters of type IAuthNMaterialsCallback
 org.eclipse.higgins.idas.api.IAttribute UDIResolver.resolve(IAttributeUDI attributeUDI, IAuthNMaterialsCallback authnMaterialsCallback)
          Resolve an IAttributeUDI to an IAttribute by retrieving the IAttributeUDIMetadata
 org.eclipse.higgins.idas.api.IAttribute UDIResolver.resolve(IAttributeUDIMetadata attributeUDIMetadata, IAuthNMaterialsCallback authnMaterialsProxy)
          With the IAttributeUDIMetadata, we have everything we need to instantiate the IContext, the IEntity, and the IAttribute.
 org.eclipse.higgins.idas.api.IEntity UDIResolver.resolve(IEntityUDI entityUDI, IAuthNMaterialsCallback authnMaterialsCallback)
          Resolve an IEntityUDI to an IEntity by retrieving the IEntityUDIMetadata
 org.eclipse.higgins.idas.api.IEntity UDIResolver.resolve(IEntityUDIMetadata entityUDIMetadata, IAuthNMaterialsCallback authnMaterialsCallback)
          With the IEntityUDIMetadata, we have everything we need to instantiate the IContext and the IEntity.