public interface LoadCredentialsStrategy
| Modifier and Type | Method and Description |
|---|---|
eu.emi.security.authn.x509.X509Credential |
loadCredentials(eu.emi.security.authn.x509.helpers.PasswordSupplier passwordFinder)
Loads a user credential
|
eu.emi.security.authn.x509.X509Credential loadCredentials(eu.emi.security.authn.x509.helpers.PasswordSupplier passwordFinder)
passwordFinder - the password finder used to potentially decrypt the credential
encrypted private key.X509Credential, or null if no credential
was foundCopyright © 2018. All rights reserved.