Class NoOpHrdService
java.lang.Object
swiss.trustbroker.homerealmdiscovery.service.NoOpHrdService
- All Implemented Interfaces:
swiss.trustbroker.api.homerealmdiscovery.service.HrdService
@Service
@ConditionalOnMissingBean(swiss.trustbroker.api.homerealmdiscovery.service.HrdService.class)
public class NoOpHrdService
extends Object
implements swiss.trustbroker.api.homerealmdiscovery.service.HrdService
NO-OP fallback implementation of HrdService, returns unmodified data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping> adaptClaimsProviderMappings(swiss.trustbroker.api.homerealmdiscovery.attributes.HrdHttpData httpData, List<? extends swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping> cpMappings)
-
Constructor Details
-
NoOpHrdService
public NoOpHrdService()
-
-
Method Details
-
adaptClaimsProviderMappings
public List<swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping> adaptClaimsProviderMappings(swiss.trustbroker.api.homerealmdiscovery.attributes.HrdHttpData httpData, List<? extends swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping> cpMappings) - Specified by:
adaptClaimsProviderMappingsin interfaceswiss.trustbroker.api.homerealmdiscovery.service.HrdService
-