Uses of Interface
com.ibm.di.api.remote.Session
-
Packages that use Session 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.com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.fc Provides classes for the Directory Integrator's function components. -
-
Uses of Session in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return Session Modifier and Type Method Description SessionSessionFactory. createSession()Creates a session object.SessionSessionFactory. createSession(java.lang.String aUserName, java.lang.String aPassword)Creates a session object with the specified username and password. -
Uses of Session in com.ibm.di.api.remote.impl
Classes in com.ibm.di.api.remote.impl that implement Session Modifier and Type Class Description classSessionImplThis class implements methods for managing remote Session.Methods in com.ibm.di.api.remote.impl that return Session Modifier and Type Method Description SessionSessionFactoryImpl. createSession()Creates a session object.SessionSessionFactoryImpl. createSession(java.lang.String aUserName, java.lang.String aPassword)Creates a session object with the specified username and password. -
Uses of Session in com.ibm.di.config.base
Methods in com.ibm.di.config.base that return Session Modifier and Type Method Description SessionRemoteConfigURL. getSession()Deprecated.Method gets the current session information.Methods in com.ibm.di.config.base with parameters of type Session Modifier and Type Method Description voidRemoteConfigURL. setSession(Session session)Deprecated. -
Uses of Session in com.ibm.di.fc
Methods in com.ibm.di.fc that return Session Modifier and Type Method Description SessionAssemblyLineFC. connectServer(java.lang.String server)Establish a server connection.SessionAssemblyLineFC. getSession()Retrieves session object.
-