Class InMemoryClientRegistrationRepository

    • Constructor Detail

      • InMemoryClientRegistrationRepository

        public InMemoryClientRegistrationRepository​(ClientRegistration... registrations)
        Constructs an InMemoryClientRegistrationRepository using the provided parameters.
        Parameters:
        registrations - the client registration(s)
      • InMemoryClientRegistrationRepository

        public InMemoryClientRegistrationRepository​(java.util.List<ClientRegistration> registrations)
        Constructs an InMemoryClientRegistrationRepository using the provided parameters.
        Parameters:
        registrations - the client registration(s)
      • InMemoryClientRegistrationRepository

        public InMemoryClientRegistrationRepository​(java.util.Map<java.lang.String,​ClientRegistration> registrations)
        Constructs an InMemoryClientRegistrationRepository using the provided Map of registration id to ClientRegistration.
        Parameters:
        registrations - the Map of client registration(s)
        Since:
        5.2