Uses of Interface
com.ibm.di.server.BindAddressPolicy
-
Packages that use BindAddressPolicy Package Description com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl.rmi Provides classes for managing the the remote access through RMI.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of BindAddressPolicy in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement BindAddressPolicy Modifier and Type Class Description class
BindAddressPolicyImpl
This class take responsibility for providing information about remote bind addresses. -
Uses of BindAddressPolicy in com.ibm.di.api.remote.impl.rmi
Constructors in com.ibm.di.api.remote.impl.rmi with parameters of type BindAddressPolicy Constructor Description RMISocketFactory(java.util.Vector<java.lang.String> aHosts, BindAddressPolicy bindAddrPol)
Constructor with two parameters.SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings, boolean isTDIServerSide, BindAddressPolicy bindAddrPol)
Creates SSLRMIServerSocketFactory object with specified or not use of custom settings and stash.SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings, BindAddressPolicy bindAddrPol)
Creates SSLRMIServerSocketFactory object with specified or not use of custom settings.SSLRMIServerSocketFactory(BindAddressPolicy bindAddrPol)
Creates SSLRMIServerSocketFactory object. -
Uses of BindAddressPolicy in com.ibm.di.server
Classes in com.ibm.di.server that implement BindAddressPolicy Modifier and Type Class Description class
BindAddressPolicyImpl
This class takes responsibility for providing information about default.Constructors in com.ibm.di.server with parameters of type BindAddressPolicy Constructor Description ServerSocketFactoryEX(BindAddressPolicy aBindAddrPolicy, boolean isSSLon)
Constructor.
-