Interface LoadCredentialsStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      eu.emi.security.authn.x509.X509Credential loadCredentials​(eu.emi.security.authn.x509.helpers.PasswordSupplier passwordFinder)
      Loads a user credential
    • Method Detail

      • loadCredentials

        eu.emi.security.authn.x509.X509Credential loadCredentials​(eu.emi.security.authn.x509.helpers.PasswordSupplier passwordFinder)
        Loads a user credential
        Parameters:
        passwordFinder - the password finder used to potentially decrypt the credential encrypted private key.
        Returns:
        an X509Credential, or null if no credential was found