Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl |
Modifier and Type | Class and Description |
---|---|
class |
IfsFdkCredential
Represents a wrapper around IFS Credential.
|
class |
PrincipalFdkCredential
Represents an FdkCredential implementation which encapsulates a JAAS
JAAS
java.security.Principal identity. |
class |
SimpleFdkCredential
An implementation of FdkCredential that encapsulates
a username and password pair.
|
class |
TrustedFdkCredential
Represents a trusted party credential.
|
Modifier and Type | Method and Description |
---|---|
abstract FdkSession |
FdkConfiguration.login(FdkCredential cred)
Login and create an FdkSession context.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential)
Returns an authenticated instance for use by in-process clients only.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String wsUrl)
Returns an authenticated instance for use by either remoted clients
over Web Services if an URL is provided or in-process clients if the
URL is
null . |
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String className,
boolean ws,
Map config)
Returns an authenticated instance with a custom configuration.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String wsUrl,
Map config)
Returns an authenticated instance for use by either remoted clients
over Web Services if an URL is provided or in-process clients if the
URL is
null . |
Modifier and Type | Method and Description |
---|---|
FdkSession |
CoreFdkConfiguration.login(FdkCredential cred)
Login and create an FdkSession context.
|
Constructor and Description |
---|
CoreInProcessManagersFactory(FdkCredential credential,
Map config)
Constructs an CoreInProcessManagersFactory.
|
Constructor and Description |
---|
InProcessManagersFactoryImpl(FdkCredential credential,
Map config)
Constructs an InProcessManagersFactoryImpl.
|
Copyright © 2023. All rights reserved.