Uses of Interface
com.ibm.di.api.local.SecurityRegistry
-
Packages that use SecurityRegistry Package Description 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 Modifier and Type Method Description 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 Constructor Description SecurityRegistry(SecurityRegistry aSecurityRegistry)
Class constructorSecurityRegistry
-
Uses of SecurityRegistry in com.ibm.di.api.local
Methods in com.ibm.di.api.local 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.local.impl
Classes in com.ibm.di.api.local.impl that implement SecurityRegistry Modifier and Type Class Description class
SecurityRegistryImpl
This interface provides information about various restrictions a user may have.Methods in com.ibm.di.api.local.impl that return SecurityRegistry Modifier and Type Method Description 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 Modifier and Type Method Description static SecurityRegistryImpl
SecurityRegistryImpl. createInstance(SecurityRegistry aLocalSecurityRegistry, SessionImpl aSession)
Creates new instance of this class.
-