Interface RidcCredentialProvider
- All Known Implementing Classes:
ADFSecurityContextCredentialProvider
,ImpersonationADFSecurityContextCredentialProvider
,JPSSubjectCredentialProvider
public interface RidcCredentialProvider
-
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
-
Method Details
-
getCredential
Get a suitable credential for the connected ADF session-scope party to use for a session pool session- 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.
-