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 Session
SessionFactory. createSession()
Creates a session object.Session
SessionFactory. 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 class
SessionImpl
This class implements methods for managing remote Session.Methods in com.ibm.di.api.remote.impl that return Session Modifier and Type Method Description Session
SessionFactoryImpl. createSession()
Creates a session object.Session
SessionFactoryImpl. 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 Session
RemoteConfigURL. 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 void
RemoteConfigURL. 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 Session
AssemblyLineFC. connectServer(java.lang.String server)
Establish a server connection.Session
AssemblyLineFC. getSession()
Retrieves session object.
-