Package se.swedenconnect.bankid.idp.rp
Interface RelyingPartyRepository
- All Known Implementing Classes:
DefaultRelyingPartyRepository
public interface RelyingPartyRepository
Interface for storing and obtaining
RelyingPartyData objects.- Author:
- Martin Lindström, Felix Hellman
-
Method Summary
Modifier and TypeMethodDescriptiongetRelyingParty(String entityId) Based on a SAML entityID the repository returns theRelyingPartyDataassociated with this ID.
-
Method Details
-
getRelyingParty
Based on a SAML entityID the repository returns theRelyingPartyDataassociated with this ID.- Parameters:
entityId- the SAML entityID for the RP- Returns:
- a
RelyingPartyDataornullif not present
-