Class AuthenticationProperties
java.lang.Object
org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties
@ConfigurationProperties(prefix="bremersee.authentication")
public class AuthenticationProperties
extends Object
The authentication properties.
- Author:
- Christian Bremer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe case transformation.static classThe jwt converter properties.static classThe ldaptive properties.static classThe remember-me properties.static classThe role mapping.static classThe string replacement. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthenticationProperties
public AuthenticationProperties()Instantiates new authentication properties.
-