com.ibm.di.api.security
Class Registry

java.lang.Object
  extended by com.ibm.di.api.security.Registry

public class Registry
extends Object


Constructor Summary
Registry()
           
 
Method Summary
 Identity getIdentity(String aUserID)
           
 void initialize(String aRegistryFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry

public Registry()
Method Detail

initialize

public void initialize(String aRegistryFileName)
                throws DIException
Throws:
DIException

getIdentity

public Identity getIdentity(String aUserID)