Class LoginProperty

java.lang.Object
best.skn.security.properties.LoginProperty

@Component @ConfigurationProperties("skn.security.login") public class LoginProperty extends Object
External Login Configuration Property Class

There is a property called 'skn.security.login' for externalizing configurations

The sub-properties are:

(1) Login URL: it's a String under 'skn.security.login.url'. It holds the address for the login page url where users will be prompted to login.

Since:
2024-03-16
Version:
1.1.1
Author:
SKN
Use Case:
Spring Boot Reactive
Dedicated To:
Logno, Atoshi and My Parents
  • Field Details

    • url

      private String url
      A String containing the URL for the login page in Login configuration
      Since:
      v1.0.0
  • Constructor Details

    • LoginProperty

      public LoginProperty()