org.eclipse.higgins.idas.udi
Interface IContextUDIMetadata

All Known Implementing Classes:
ConfContextUDIMetadata, InlineXRDSContextUDIMetadata, URIContextUDIMetadata, XRDSContextUDIMetadata, XRIContextUDIMetadata

public interface IContextUDIMetadata

When you resolve a Context UDI, you get Context UDI Metadata. This is: - A list of one or more Context Types - (optional) The type of Authentication Materials required to open the Context - (optional) The actual serialized Authentication Materials - (optional) Configuration map for the Context


Method Summary
 String getAuthNMaterials()
           
 String[] getAuthNMaterialsTypes()
           
 Map getConfiguration()
           
 String[] getTypes()
           
 

Method Detail

getTypes

String[] getTypes()
                  throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getAuthNMaterialsTypes

String[] getAuthNMaterialsTypes()
                                throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getAuthNMaterials

String getAuthNMaterials()
                         throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getConfiguration

Map getConfiguration()
                     throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException