Oracle Content Management SDK

Uses of Class
oracle.ifs.common.ConnectOptions

Packages that use ConnectOptions
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.server   
 

Uses of ConnectOptions in oracle.ifs.beans
 

Methods in oracle.ifs.beans with parameters of type ConnectOptions
 LibrarySession LibraryService.connect(Credential credential, ConnectOptions options)
          Connects to this iFS service, creating a new iFS session.
 boolean LibrarySession.reauthenticate(Credential credential, ConnectOptions options)
          Reauthenticates the DIRECTORYUSER for which this LibrarySession was originally created (as opposed to the DIRECTORYUSER specified by a subsequent call to impersonateUser).
protected  boolean LibrarySession.DMReauthenticate(Credential credential, ConnectOptions options)
          Invokes the identically-named remote S_LibrarySession method.
 

Constructors in oracle.ifs.beans with parameters of type ConnectOptions
LibrarySession(S_LibrarySessionInterface ssess, Credential credential, ConnectOptions options, java.lang.String serviceName)
          Construct a LibrarySession object.
 

Uses of ConnectOptions in oracle.ifs.common
 

Methods in oracle.ifs.common that return ConnectOptions
protected  ConnectOptions BaseApp.getConnectOptions()
          create ConnectOptions using server information in the Parametertable.
protected  ConnectOptions BaseApp.getConnectOptions(java.lang.String server)
          create ConnectOptions using specified server and other information in the Parametertable.
protected  ConnectOptions BaseApp.getConnectOptions(java.lang.String server, java.lang.String dbPassword)
          create ConnectOptions using specified server & server password, and other information in the Parametertable.
 

Methods in oracle.ifs.common with parameters of type ConnectOptions
 LibrarySession BaseApp.connect(Credential credential, ConnectOptions options)
          Create a LibrarySession, from the specified Credential and ConnectOptions.
protected  void BaseApp.Connect(Credential credential, ConnectOptions options)
          Create a LibrarySession, from the specified Credential and ConnectOptions.
protected  void BaseApp.Connect(Credential credential, ConnectOptions options, java.lang.String server)
          Create a LibrarySession, from the specified Credential and ConnectOptions.
protected  void BaseApp.Connect(Credential credential, ConnectOptions options, java.lang.String serviceName, java.lang.String password)
          Create a LibrarySession, from the specified Credential and ConnectOptions.
 

Uses of ConnectOptions in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type ConnectOptions
 S_LibrarySessionInterface S_LibraryService.connect(Credential credential, ConnectOptions options)
          Creates a new session on this S_LibraryService.
 boolean S_LibrarySession.DMReauthenticate(Credential credential, ConnectOptions options)
          Reauthenticates the DIRECTORYUSER for which this S_LibrarySession was created (this is the DIRECTORYUSER returned by the method getAuthenticatedUser).
 boolean S_LibrarySession.reauthenticate(Credential credential, ConnectOptions options)
          Reauthenticates the DIRECTORYUSER for which this S_LibrarySession was created (this is the DIRECTORYUSER returned by the method getAuthenticatedUser).
 void IfsCredentialManager.authenticate(java.lang.String distinguishedName, Credential credential, ConnectOptions options)
          Authenticates the specified user using the specified credential.
 void OidCredentialManager.authenticate(java.lang.String distinguishedName, Credential credential, ConnectOptions options)
          Authenticates the specified user using the specified credential.
 void CredentialManager.authenticate(java.lang.String distinguishedName, Credential credential, ConnectOptions options)
          Authenticates the specified user using the specified credential.
 void DirectoryService.authenticate(java.lang.String credentialManagerName, java.lang.String distinguishedName, Credential credential, ConnectOptions options)
          Authenticates a user using the specified CredentialManager.
 boolean S_LibrarySessionInterface.DMReauthenticate(Credential credential, ConnectOptions options)
           
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.