Class CompositeConfiguration<T extends SecurityConfiguration>

    • Field Detail

      • PARAM_RANKING

        public static final String PARAM_RANKING
        Parameter used to define the ranking of a given configuration compared to other registered configuration in this aggregate. If the ranking parameter is missing a new configuration will be added at the end of the list.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CompositeConfiguration

        public CompositeConfiguration​(@NotNull
                                      @NotNull String name)
      • CompositeConfiguration

        public CompositeConfiguration​(@NotNull
                                      @NotNull String name,
                                      @NotNull
                                      @NotNull SecurityProvider securityProvider)