Uses of Interface
com.ibm.di.api.remote.SecurityRegistry
-
Packages that use SecurityRegistry Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description SecurityRegistry
SessionImpl. getSecurityRegistry()
Returns information about the restrictions the current user has.
-