Class JPSSubjectCredentialProvider
java.lang.Object
oracle.wcc.ridc.adfca.session.auth.JPSSubjectCredentialProvider
- All Implemented Interfaces:
RidcCredentialProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCredential
(RidcConnection connection, boolean anonymousFallbackAllowed) Get a suitable credential for the connected ADF session-scope party to use for a session pool session
-
Constructor Details
-
JPSSubjectCredentialProvider
public JPSSubjectCredentialProvider()
-
-
Method Details
-
getCredential
Description copied from interface:RidcCredentialProvider
Get a suitable credential for the connected ADF session-scope party to use for a session pool session- Specified by:
getCredential
in interfaceRidcCredentialProvider
- Parameters:
connection
- the connection associated with the credential requestanonymousFallbackAllowed
- whether if a suitable credential cannot be identified to fallback to the anonymous IdcContext credential- Returns:
- an IdcContext credential to leverage, or null if no suitable/valid credential could be determined.
-