Class AuthenticationProperties.JwtConverterProperties

java.lang.Object
org.bremersee.spring.boot.autoconfigure.security.authentication.AuthenticationProperties.JwtConverterProperties
Enclosing class:
AuthenticationProperties

public static class AuthenticationProperties.JwtConverterProperties extends Object
The jwt converter properties.
  • Constructor Details

    • JwtConverterProperties

      public JwtConverterProperties()
      Instantiates new jwt converter properties.
  • Method Details

    • toRoleMappings

      public Map<String,String> toRoleMappings()
      To role mappings map.
      Returns:
      the map
    • toRoleStringReplacements

      public Map<String,String> toRoleStringReplacements()
      To role string replacements map.
      Returns:
      the map