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:
  • HrdService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping>
    adaptClaimsProviderMappings(swiss.trustbroker.api.homerealmdiscovery.attributes.HrdHttpData httpData, List<? extends swiss.trustbroker.api.homerealmdiscovery.attributes.HrdClaimsProviderToRelyingPartyMapping> cpMappings)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      adaptClaimsProviderMappings in interface swiss.trustbroker.api.homerealmdiscovery.service.HrdService