Uses of Interface
com.ibm.di.api.local.SecurityRegistry

Packages that use SecurityRegistry
com.ibm.di.api.jmx   
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

Uses of SecurityRegistry in com.ibm.di.api.jmx
 

Methods in com.ibm.di.api.jmx that return SecurityRegistry
static SecurityRegistry JMXAgent.getSecRegistry()
           
 

Uses of SecurityRegistry in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type SecurityRegistry
SecurityRegistry(SecurityRegistry aSecurityRegistry)
           
 

Uses of SecurityRegistry in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return SecurityRegistry
 SecurityRegistry Session.getSecurityRegistry()
          Returns information about the restrictions the current user has.
 

Uses of SecurityRegistry in com.ibm.di.api.local.impl
 

Classes in com.ibm.di.api.local.impl that implement SecurityRegistry
 class SecurityRegistryImpl
           
 

Methods in com.ibm.di.api.local.impl that return SecurityRegistry
 SecurityRegistry SessionImpl.getSecurityRegistry()
           
 

Uses of SecurityRegistry in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type SecurityRegistry
static SecurityRegistryImpl SecurityRegistryImpl.createInstance(SecurityRegistry aLocalSecurityRegistry, SessionImpl aSession)