Package se.swedenconnect.bankid.idp.rp
Class DefaultRelyingPartyRepository
java.lang.Object
se.swedenconnect.bankid.idp.rp.DefaultRelyingPartyRepository
- All Implemented Interfaces:
RelyingPartyRepository
Repository for relying parties.
- Author:
- Martin Lindström, Felix Hellman
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultRelyingPartyRepository(List<RelyingPartyData> relyingParties) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetRelyingParty(String entityId) Based on a SAML entityID the repository returns theRelyingPartyDataassociated with this ID.
-
Constructor Details
-
DefaultRelyingPartyRepository
Constructor.- Parameters:
relyingParties- the relying parties
-
-
Method Details
-
getRelyingParty
Based on a SAML entityID the repository returns theRelyingPartyDataassociated with this ID.- Specified by:
getRelyingPartyin interfaceRelyingPartyRepository- Parameters:
entityId- the SAML entityID for the RP- Returns:
- a
RelyingPartyDataornullif not present
-