Class LoginModuleDescriptorAdapter

    • Constructor Detail

      • LoginModuleDescriptorAdapter

        public LoginModuleDescriptorAdapter()
    • Method Detail

      • getTextForLoginPage

        @Nullable
        public String getTextForLoginPage()
        Description copied from interface: LoginModuleDescriptor
        Returns description to be shown on the login page unless it is overridden by user in server configuration.
        Specified by:
        getTextForLoginPage in interface LoginModuleDescriptor
        Returns:
        description to be shown on the login page unless it is overridden by user in server configuration
      • validate

        @Nullable
        public Collection<String> validate​(@NotNull
                                           Map<String,​String> properties)
        Description copied from interface: AuthModuleType
        Validates the current login module settings and returns the set of errors if found. Should return null if no errors found.
        Specified by:
        validate in interface AuthModuleType
        Parameters:
        properties - properties
        Returns:
        the collection of errors.