Uses of Class
oracle.wcc.ridc.adfca.RidcConnection
Packages that use RidcConnection
Package
Description
-
Uses of RidcConnection in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that return RidcConnectionModifier and TypeMethodDescriptionstatic RidcConnection
RidcConnection.getConnection
(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name. -
Uses of RidcConnection in oracle.wcc.ridc.adfca.framework
Subclasses of RidcConnection in oracle.wcc.ridc.adfca.frameworkMethods in oracle.wcc.ridc.adfca.framework that return RidcConnectionModifier and TypeMethodDescriptionprotected 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 Connectionstatic RidcConnection
RidcConnectionProvider.getConnection
(String connectionName) Obtain from registry of RidcConnection singletons, the RidcConnection with the specified name.Methods in oracle.wcc.ridc.adfca.framework with parameters of type RidcConnectionModifier and TypeMethodDescriptionprotected 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. -
Uses of RidcConnection in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session that return RidcConnectionConstructors in oracle.wcc.ridc.adfca.session with parameters of type RidcConnectionModifierConstructorDescriptionRidcSession
(RidcConnection connection, IdcContext idcContext) RidcSessionPool
(RidcConnection ridcConnection) -
Uses of RidcConnection in oracle.wcc.ridc.adfca.session.auth
Methods in oracle.wcc.ridc.adfca.session.auth with parameters of type RidcConnectionModifier and TypeMethodDescriptionADFSecurityContextCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) ImpersonationADFSecurityContextCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) JPSSubjectCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) RidcCredentialProvider.getCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) Get a suitable credential for the connected ADF session-scope party to use for a session pool session