Package swiss.trustbroker.oidc
Class CustomRelyingPartyRegistrationRepository
java.lang.Object
swiss.trustbroker.oidc.CustomRelyingPartyRegistrationRepository
- All Implemented Interfaces:
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository
@Component
public class CustomRelyingPartyRegistrationRepository
extends Object
implements org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository
-
Constructor Summary
ConstructorsConstructorDescriptionCustomRelyingPartyRegistrationRepository(RelyingPartyDefinitions relyingPartyDefinitions, OidcProperties oidcProperties, TrustBrokerProperties trustBrokerProperties) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationfindByRegistrationId(String registrationId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository
findUniqueByAssertingPartyEntityId
-
Constructor Details
-
CustomRelyingPartyRegistrationRepository
public CustomRelyingPartyRegistrationRepository(RelyingPartyDefinitions relyingPartyDefinitions, OidcProperties oidcProperties, TrustBrokerProperties trustBrokerProperties)
-
-
Method Details
-
findByRegistrationId
public org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration findByRegistrationId(String registrationId) - Specified by:
findByRegistrationIdin interfaceorg.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository
-