Interface RidcCredentialProvider

All Known Implementing Classes:
ADFSecurityContextCredentialProvider, ImpersonationADFSecurityContextCredentialProvider, JPSSubjectCredentialProvider

public interface RidcCredentialProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getCredential(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

      IdcContext getCredential(RidcConnection connection, boolean anonymousFallbackAllowed)
      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 request
      anonymousFallbackAllowed - 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.