java.lang.Object
org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtProperties

public class JsonPathJwtProperties extends Object
The json path jwt properties.
  • Constructor Details

    • JsonPathJwtProperties

      public JsonPathJwtProperties()
  • Method Details

    • getAuthoritiesMapper

      public org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper getAuthoritiesMapper()
      Gets authorities mapper.
      Returns:
      the authorities mapper
    • getGroupsMapper

      public GroupsMapper getGroupsMapper()
      Gets groups mapper.
      Returns:
      the groups mapper
    • getGroupsValueSeparator

      public String getGroupsValueSeparator()
      Gets groups value separator.
      Returns:
      the groups value separator
    • getRolesValueSeparator

      public String getRolesValueSeparator()
      Gets roles value separator.
      Returns:
      the roles value separator