Class ManagementAuthConfig


  • public class ManagementAuthConfig
    extends Object
    Authentication for the management interface.
    • Field Detail

      • proactive

        @ConfigItem(defaultValue="true")
        public boolean proactive
        If this is true and credentials are present then a user will always be authenticated before the request progresses. If this is false then an attempt will only be made to authenticate the user if a permission check is performed or the current user is required for some other reason.
    • Constructor Detail

      • ManagementAuthConfig

        public ManagementAuthConfig()