|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.idas.udi.UDIResolver
| Constructor Summary | |
|---|---|
UDIResolver()
|
|
| Method Summary | |
|---|---|
void |
configure(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings)
|
static UDIResolver |
getInstance()
|
org.eclipse.higgins.configuration.api.IConfigurableComponent |
getNewInstance()
|
org.eclipse.higgins.configuration.api.IConfigurableComponent |
getSingletonInstance()
|
List |
getUdiFactoryList()
|
static String |
join(Object[] array,
String delimiter)
|
IAttributeUDI |
parseAttributeUDI(String attributeUDIStr)
Parse a string into an IAttributeUDI by trying all registered IUDIFactorys until one succeeds. |
IContextUDI |
parseContextUDI(String contextUDIStr)
Parse a string into an IContextUDI by trying all registered IUDIFactorys until one succeeds. |
IEntityUDI |
parseEntityUDI(String entityUDIStr)
Parse a string into an IEntityUDI by trying all registered IUDIFactorys until one succeeds. |
org.eclipse.higgins.idas.api.IAttribute |
resolve(IAttributeUDI attributeUDI,
IAuthnNMaterialsProxy authnMaterialsProxy)
Resolve an IAttributeUDI to an IAttribute by retrieving the IAttributeUDIMetadata |
org.eclipse.higgins.idas.api.IContext |
resolve(IContextUDI contextUDI)
Resolve an IContextUDI to an IContext by retrieving the IContextUDIMetadata |
org.eclipse.higgins.idas.api.IEntity |
resolve(IEntityUDI entityUDI,
IAuthnNMaterialsProxy authnMaterialsProxy)
Resolve an IEntityUDI to an IEntity by retrieving the IEntityUDIMetadata |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UDIResolver()
| Method Detail |
public static UDIResolver getInstance()
public org.eclipse.higgins.configuration.api.IConfigurableComponent getNewInstance()
getNewInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactorypublic org.eclipse.higgins.configuration.api.IConfigurableComponent getSingletonInstance()
getSingletonInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
public void configure(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings)
throws Exception
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponentExceptionpublic List getUdiFactoryList()
public IContextUDI parseContextUDI(String contextUDIStr)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public IEntityUDI parseEntityUDI(String entityUDIStr)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public IAttributeUDI parseAttributeUDI(String attributeUDIStr)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public org.eclipse.higgins.idas.api.IContext resolve(IContextUDI contextUDI)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public org.eclipse.higgins.idas.api.IEntity resolve(IEntityUDI entityUDI,
IAuthnNMaterialsProxy authnMaterialsProxy)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public org.eclipse.higgins.idas.api.IAttribute resolve(IAttributeUDI attributeUDI,
IAuthnNMaterialsProxy authnMaterialsProxy)
throws org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.IdASException
public static String join(Object[] array,
String delimiter)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||