Oracle Content Management SDK

Uses of Interface
oracle.ifs.common.Credential

Packages that use Credential
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.server   
 

Uses of Credential in oracle.ifs.beans
 

Methods in oracle.ifs.beans with parameters of type Credential
 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 Credential
LibrarySession(S_LibrarySessionInterface ssess, Credential credential, ConnectOptions options, java.lang.String serviceName)
          Construct a LibrarySession object.
 

Uses of Credential in oracle.ifs.common
 

Classes in oracle.ifs.common that implement Credential
 class ChallengeResponseCredential
          A ChallengeResponseCredential encapsulates a name, challenge, and response for presentation to a CredentialManager to authenticate a user, based on the SMB authentication mechanism.
 class CleartextCredential
          A CleartextCredential encapsulates an unencrypted name and password for presentation to a CredentialManager to authenticate a user.
 class HttpDigestCredential
          A HttpDigestCredential encapsulates a name, challenge, and response for presentation to a CredentialManager to authenticate a user.
 class TokenCredential
          A TokenCredential encapsulates a token created by an authenticated LibrarySession that may be used to create a new LibrarySession, authenticating as the same DirectoryUser as the earlier session.
 

Methods in oracle.ifs.common with parameters of type Credential
 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 Credential in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return Credential
 Credential DomainController.getCredential(java.lang.String userName, java.lang.String schemaPassword)
          Gets a Credential for the specified user.
 Credential Server.getCredential(java.lang.String name)
          Gets a Credential for the specified user.
protected  Credential NodeManager.getCredential(java.lang.String name, ServerManager serverManager)
          Gets a Credential for the specified user.
 Credential DomainControllerInterface.getCredential(java.lang.String userName, java.lang.String schemaPassword)
          Gets a Credential for the specified user.
 

Methods in oracle.ifs.management.domain with parameters of type Credential
 DomainManagerInterface DomainController.connect(Credential credential)
          Connects to this DomainController, obtaining a DomainManager that may be used to manage this iFS domain.
 DomainManagerInterface DomainControllerInterface.connect(Credential credential)
          Connects to this DomainController, obtaining a DomainManager that may be used to manage this iFS domain.
 

Uses of Credential in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type Credential
 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.