Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script | |
oracle.ifs.fdk.impl | |
oracle.ifs.protocols.commands | |
oracle.ifs.protocols.dav.impl.security | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
LibrarySession |
LibraryService.connect(Credential credential,
ConnectOptions options)
Connects to this CM SDK service, creating a new CM SDK session.
|
LibrarySession |
LibrarySession.createGuestSession(ConnectOptions options)
Create a new session based on the "guest" user.
|
LibrarySession |
LibrarySession.createSession(DirectoryUser user,
ConnectOptions options)
Create a new session for the specified user.
|
protected boolean |
LibrarySession.DMReauthenticate(Credential credential,
ConnectOptions options)
Invokes the identically-named remote S_LibrarySession method.
|
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 ). |
Constructor and Description |
---|
LibrarySession(S_LibrarySessionInterface ssess,
Credential credential,
ConnectOptions options,
String serviceName)
Construct a LibrarySession object.
|
TieLibrarySession(S_LibrarySessionInterface ssess,
Credential credential,
ConnectOptions options,
String serviceName)
Construct a TieLibrarySession object.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectOptions |
BaseApp.getConnectOptions()
create ConnectOptions using server information
in the Parametertable.
|
protected ConnectOptions |
BaseApp.getConnectOptions(String server)
create ConnectOptions using specified server and other information
in the Parametertable.
|
protected ConnectOptions |
BaseApp.getConnectOptions(String server,
String dbPassword)
create ConnectOptions using specified server & server password,
and other information in the Parametertable.
|
Modifier and Type | Method and Description |
---|---|
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,
String server)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
protected void |
BaseApp.Connect(Credential credential,
ConnectOptions options,
String serviceName,
String password)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
Modifier and Type | Method and Description |
---|---|
protected LibrarySession |
ScriptOperations.connect(Credential credential,
ConnectOptions options)
Create a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
protected LibrarySession |
FdkConfigurationImpl.createLibrarySession(Credential credential,
ConnectOptions options)
Create a session given the credentials and connect options.
|
Modifier and Type | Method and Description |
---|---|
ConnectOptions |
IfsLoginContext.getConnectOptions()
Gets the ConnectOptions.
|
ConnectOptions |
LoginContext.getConnectOptions()
Gets the ConnectOptions.
|
Modifier and Type | Method and Description |
---|---|
void |
IfsLoginContext.setConnectOptions(ConnectOptions connectOptions)
Sets the ConnectOptions.
|
void |
LoginContext.setConnectOptions(ConnectOptions connectOptions)
Sets the ConnectOptions.
|
Constructor and Description |
---|
IfsLoginContext(Credential credential,
ConnectOptions connectOptions)
Other Constructor.
|
Constructor and Description |
---|
BasicIfsHttpLogin(Credential cred,
ConnectOptions options,
IfsServer server) |
Modifier and Type | Method and Description |
---|---|
void |
CredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
IdmCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
IfsCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
UniversalCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
XeCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Deprecated.
Authenticates the specified user using the specified credential.
|
void |
DirectoryService.authenticate(String credentialManagerName,
String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates a user using the specified CredentialManager.
|
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_LibrarySessionInterface.DMReauthenticate(Credential credential,
ConnectOptions options) |
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 ). |
Copyright © 2023. All rights reserved.