Package | Description |
---|---|
oracle.ifs.common | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
void |
CredentialNameTokenizer.initialize(S_LibraryService service)
Called by the iFS service to initialize this CredentialNameTokenizer.
|
void |
IfsCredentialNameTokenizer.initialize(S_LibraryService service)
Called by the iFS service to initialize this IfsCredentialNameTokenizer.
|
Modifier and Type | Class and Description |
---|---|
class |
S_TieLibraryService
S_TieLibraryService allows the Oracle-defined behavior of the
S_LibraryService class to be extended or overridden.
|
Modifier and Type | Field and Description |
---|---|
protected S_LibraryService |
AccessControlListDiscoverAccessService.m_Service
The S_LibraryService to which this instance belongs.
|
protected S_LibraryService |
AccessControlListIndexService.m_Service
The parent library service
|
protected S_LibraryService |
AccessControlListProxyService.m_Service
The S_LibraryService to which this instance belongs.
|
protected S_LibraryService |
AccessControlListResolver.m_Service
The Service.
|
protected S_LibraryService |
DirectoryGroupIndexService.m_Service
The parent library service
|
protected S_LibraryService |
DirectoryService.m_Service
The S_LibraryService to which this DirectoryService belongs.
|
protected S_LibraryService |
FolderIndexService.m_Service
The parent library service
|
protected S_LibraryService |
IfsConnectionPool.m_Service
The S_LibraryService that created this ConnectionPool.
|
protected S_LibraryService |
IfsCredentialManager.m_Service
The S_LibraryService to which this CredentialManager belongs.
|
protected S_LibraryService |
LibraryConnection.m_Service
The S_LibraryService that contains this LibraryConnection.
|
protected S_LibraryService |
S_LibraryServiceRdbmsEventExchanger.m_Service
The owner service.
|
protected S_LibraryService |
S_LibrarySession.m_Service
The S_LibraryService hosting this S_LibrarySession.
|
protected S_LibraryService |
UniversalCredentialManager.m_Service
The S_LibraryService to which this CredentialManager belongs.
|
protected S_LibraryService |
XeCredentialManager.m_Service
Deprecated.
The S_LibraryService to which this CredentialManager belongs.
|
Modifier and Type | Method and Description |
---|---|
static S_LibraryService |
S_LibraryService.findService(String serviceName)
Finds an existing iFS service with the specified name.
|
protected S_LibraryService |
LibraryConnection.getService()
Gets the S_LibraryService to which this LibraryConnection belongs.
|
protected S_LibraryService |
S_LibraryObject.getService()
getService() - return the S_LibraryService which created
the S_LibrarySession from which this object was created.
|
protected S_LibraryService |
S_LibraryObjectSelector.getService()
Returns the S_LibraryService which created
the S_LibrarySession from which this object was created.
|
S_LibraryService |
S_LibrarySession.getService()
Gets the S_LibraryService hosting this S_LibrarySession.
|
static S_LibraryService[] |
S_LibraryService.getServices()
Gets the existing iFS services in this VM.
|
static S_LibraryService |
S_LibraryService.startService(String serviceName,
String nodeName,
AttributeValue[] serviceConfig,
DataSource dataSource)
Starts a new iFS service with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibraryServiceRdbmsEventExchanger.init(S_LibraryService service,
long postPeriod,
long pollPeriod,
int statementResetLimit,
int eventTransportBatchSize)
Initializes this S_LibraryServiceRdbmsEventExchanger.
|
void |
ConnectionPool.initialize(S_LibraryService service,
ConnectionPoolConfiguration configuration)
Initializes a ConnectionPool.
|
void |
IfsConnectionPool.initialize(S_LibraryService service,
ConnectionPoolConfiguration configuration)
Initializes an IfsConnectionPool.
|
Constructor and Description |
---|
AccessControlListDiscoverAccessService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a AccessControlListDiscoverAccessService.
|
AccessControlListIndexService(S_LibraryService service)
Construct a AccessControlListIndexService.
|
AccessControlListProxyService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Construct an AccessControlListProxyService.
|
AccessControlListResolver(S_LibraryService service,
Long id)
Constructs a AccessControlListResolver
|
DirectoryGroupIndexService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Construct a DirectoryGroupIndexService.
|
DirectoryService(S_LibraryService service)
Constructs a DirectoryService.
|
FolderIndexService(S_LibraryService service)
Construct a FolderIndexService.
|
IdmCredentialManager(String name,
S_LibraryService service)
Constructs an IdmCredentialManager.
|
IfsCredentialManager(String name,
S_LibraryService service)
Constructs an IfsCredentialManager.
|
LibraryConnection(long id,
S_LibraryService service,
String connectionPoolName,
DataSource dataSource,
PrintStream jdbcLogStream,
int defaultRowPrefetch,
int statementResetLimit,
int stmtCacheTarget,
int stmtCacheTrigger)
Constructs a LibraryConnection.
|
S_LibrarySession(S_LibraryService service)
Constructs an unauthenticated S_LibrarySession.
|
S_TieLibrarySession(S_LibraryService service)
Constructs an unauthenticated server-side session.
|
TieAccessControlListDiscoverAccessService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a TieAccessControlListDiscoverAccessService.
|
TieAccessControlListIndexService(S_LibraryService service)
Constructs a TieAccessControlListIndexService.
|
TieAccessControlListProxyService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a TieAccessControlListProxyService.
|
TieAccessControlListResolver(S_LibraryService service,
Long id)
Constructs a TieAccessControlListResolver.
|
TieDirectoryService(S_LibraryService service)
Constructs a TieDirectoryService.
|
TieFolderIndexService(S_LibraryService service)
Constructs a TieFolderIndexService.
|
TieLibraryConnection(long id,
S_LibraryService service,
String connectionPoolName,
DataSource dataSource,
PrintStream jdbcLogStream,
int defaultRowPrefetch,
int statementResetLimit,
int stmtCacheTarget,
int stmtCacheTrigger)
Constructs a TieLibraryConnection.
|
UniversalCredentialManager(String name,
S_LibraryService service)
Constructs an UniversalCredentialManager.
|
XeCredentialManager(String name,
S_LibraryService service)
Deprecated.
Constructs an XeCredentialManager.
|
Copyright © 2023. All rights reserved.