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 theRelyingPartyData
associated with this ID.
-
Method Details
-
getRelyingParty
Based on a SAML entityID the repository returns theRelyingPartyData
associated with this ID.- Parameters:
entityId
- the SAML entityID for the RP- Returns:
- a
RelyingPartyData
ornull
if not present
-