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

Packages that use SecurityRegistry
com.ibm.di.api.remote Provides interfaces for managing the remote 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.remote
 

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

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

Classes in com.ibm.di.api.remote.impl that implement SecurityRegistry
 class SecurityRegistryImpl
          This class provides information about various restrictions a user may have It lets you query what rights a user is granted and whether he/she is authorized to execute a specific action.
 

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