public class StandardRelyingPartyRegistrationRepository extends Object implements org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
BASE_URL_FORMAT |
private static char[] |
BLANK_PASSWORD |
private static org.slf4j.Logger |
logger |
(package private) static String |
LOGIN_RESPONSE_LOCATION |
private NiFiProperties |
properties |
private org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration |
relyingPartyRegistration |
private Saml2CredentialProvider |
saml2CredentialProvider |
(package private) static String |
SINGLE_LOGOUT_RESPONSE_SERVICE_LOCATION |
| Constructor and Description |
|---|
StandardRelyingPartyRegistrationRepository(NiFiProperties properties)
Standard implementation builds a Registration based on NiFi Properties and returns the same instance for all queries
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration |
findByRegistrationId(String registrationId) |
private Collection<org.springframework.security.saml2.core.Saml2X509Credential> |
getCredentials() |
private KeyStore |
getKeyStore(TlsConfiguration tlsConfiguration) |
private org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration |
getRelyingPartyRegistration() |
private KeyStore |
getTrustStore(TlsConfiguration tlsConfiguration) |
static final String BASE_URL_FORMAT
static final String LOGIN_RESPONSE_LOCATION
static final String SINGLE_LOGOUT_RESPONSE_SERVICE_LOCATION
private static final char[] BLANK_PASSWORD
private static final org.slf4j.Logger logger
private final Saml2CredentialProvider saml2CredentialProvider
private final NiFiProperties properties
private final org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration relyingPartyRegistration
public StandardRelyingPartyRegistrationRepository(NiFiProperties properties)
properties - NiFi Application Propertiespublic org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration findByRegistrationId(String registrationId)
findByRegistrationId in interface org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepositoryprivate org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration getRelyingPartyRegistration()
private Collection<org.springframework.security.saml2.core.Saml2X509Credential> getCredentials()
private KeyStore getTrustStore(TlsConfiguration tlsConfiguration)
private KeyStore getKeyStore(TlsConfiguration tlsConfiguration)
Copyright © 2023 Apache NiFi Project. All rights reserved.