Package best.skn.security.properties
Class SecurityProperty
java.lang.Object
best.skn.security.properties.SecurityProperty
@Component
@ConfigurationProperties("skn.security.authorize")
public class SecurityProperty
extends Object
External Security Configuration Property Class
There is a property called 'skn.security.authorize' for externalizing configurations
The sub-properties are:
(1) Exchanges: it's an array of String under 'skn.security.authorize.exchanges'. It holds all the endpoints of the Spring Boot Application where oauth2 login won't be applicable.
- 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
-
exchanges
An array of String containing the endpoints ignored by OAuth2 login in Security configuration- Since:
- v1.0.0
-
-
Constructor Details
-
SecurityProperty
public SecurityProperty()
-