public class StandardSaml2CredentialProvider extends Object implements Saml2CredentialProvider
| Constructor and Description |
|---|
StandardSaml2CredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.springframework.security.saml2.core.Saml2X509Credential> |
getCredentials(KeyStore keyStore,
char[] keyPassword)
Get Credentials from Key Store
|
private Key |
getKey(KeyStore keyStore,
String alias,
char[] keyPassword) |
private void |
processCertificateEntry(KeyStore keyStore,
String alias,
List<org.springframework.security.saml2.core.Saml2X509Credential> credentials) |
private void |
processKeyEntry(KeyStore keyStore,
String alias,
char[] keyPassword,
List<org.springframework.security.saml2.core.Saml2X509Credential> credentials) |
public Collection<org.springframework.security.saml2.core.Saml2X509Credential> getCredentials(KeyStore keyStore, char[] keyPassword)
getCredentials in interface Saml2CredentialProviderkeyStore - Key Store containing credentialskeyPassword - Optional key password for loading Private Keysprivate void processKeyEntry(KeyStore keyStore, String alias, char[] keyPassword, List<org.springframework.security.saml2.core.Saml2X509Credential> credentials) throws KeyStoreException
KeyStoreExceptionprivate void processCertificateEntry(KeyStore keyStore, String alias, List<org.springframework.security.saml2.core.Saml2X509Credential> credentials) throws KeyStoreException
KeyStoreExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.