Class JPSSubjectCredentialProvider

java.lang.Object
oracle.wcc.ridc.adfca.session.auth.JPSSubjectCredentialProvider
All Implemented Interfaces:
RidcCredentialProvider

public class JPSSubjectCredentialProvider extends Object implements RidcCredentialProvider
  • Constructor Details

    • JPSSubjectCredentialProvider

      public JPSSubjectCredentialProvider()
  • Method Details

    • getCredential

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