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

Packages that use SecurityRegistry
com.ibm.di.api.jmx Provides classes for managing the JMX layer. 
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
 

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

Methods in com.ibm.di.api.jmx that return SecurityRegistry
static SecurityRegistry JMXAgent.getSecRegistry()
          Returns the security register of the local session.
 

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)
          Class constructor SecurityRegistry
 

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
          This interface provides information about various restrictions a user may have.
 

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

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)
          Creates new instance of this class.