Package | Description |
---|---|
oracle.wcc.ridc.adfca | |
oracle.wcc.ridc.adfca.framework | |
oracle.wcc.ridc.adfca.session | |
oracle.wcc.ridc.adfca.session.auth |
Modifier and Type | Method and Description |
---|---|
static RidcConnection |
RidcConnection.getConnection(String connectionName)
Obtain from registry of RidcConnection singletons, the RidcConnection
with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
RidcConnectionImpl |
Modifier and Type | Method and Description |
---|---|
protected static RidcConnection |
RidcConnectionProvider.__internalGetConnection(oracle.adf.share.ADFContext adfContext,
String connectionName)
Lookup from the ADF Connections Context the connection with the specified
connection name and return it should it be an instance of an RIDC
Connection
|
static RidcConnection |
RidcConnectionProvider.getConnection(String connectionName)
Obtain from registry of RidcConnection singletons, the RidcConnection
with the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
RidcConnectionProvider.initializeConnection(RidcConnection conn)
Initialize the RIDC Connection.
|
protected static void |
RidcConnectionProvider.setConnectionProperties(RidcConnection conn,
IdcClient client)
Set the IdcClient's protocol configuration configuration properties.
|
protected static void |
RidcConnectionProvider.setSessionPoolProperties(RidcConnection conn,
IdcClient client)
Set the Session Pool configuration properties.
|
protected static void |
RidcConnectionProvider.validateConnectionDefinition(RidcConnection conn)
Performs a best-effort attempt at validating the RIDC Connection object's
underlying properties.
|
Modifier and Type | Method and Description |
---|---|
protected RidcConnection |
RidcSession.getConnection() |
Constructor and Description |
---|
RidcSession(RidcConnection connection,
IdcContext idcContext) |
RidcSessionPool(RidcConnection ridcConnection) |
Modifier and Type | Method and Description |
---|---|
IdcContext |
RidcCredentialProvider.getCredential(RidcConnection connection,
boolean anonymousFallbackAllowed)
Get a suitable credential for the connected ADF session-scope party
to use for a session pool session
|
IdcContext |
ImpersonationADFSecurityContextCredentialProvider.getCredential(RidcConnection connection,
boolean anonymousFallbackAllowed) |
IdcContext |
JPSSubjectCredentialProvider.getCredential(RidcConnection connection,
boolean anonymousFallbackAllowed) |
IdcContext |
ADFSecurityContextCredentialProvider.getCredential(RidcConnection connection,
boolean anonymousFallbackAllowed) |