Interface FormAuthConfig


public interface FormAuthConfig
config for the form authentication mechanism
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If form authentication is enabled.
    The post location.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      If form authentication is enabled.
    • postLocation

      @WithDefault("/j_security_check") String postLocation()
      The post location.