Class AuthenticationProperties.JwtConverterProperties
java.lang.Object
org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.JwtConverterProperties
- Enclosing class:
AuthenticationProperties
The jwt converter properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTo group mappings.To group string replacements.To role mappings.To role string replacements.
-
Constructor Details
-
JwtConverterProperties
public JwtConverterProperties()Instantiates new jwt converter properties.
-
-
Method Details
-
toRoleMappings
To role mappings.- Returns:
- the map
-
toGroupMappings
To group mappings.- Returns:
- the map
-
toRoleStringReplacements
To role string replacements.- Returns:
- the map
-
toGroupStringReplacements
To group string replacements.- Returns:
- the map
-