Package best.skn.security.properties
Class LoginProperty
java.lang.Object
best.skn.security.properties.LoginProperty
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.2.1
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
A String containing the URL for the login page in Login configuration- Since:
- v1.0.0
-
-
Constructor Details
-
LoginProperty
public LoginProperty()
-