Annotation Type JsonPathJwtConverterProperties
-
@Retention(RUNTIME) public @interface JsonPathJwtConverterProperties
The json path jwt converter properties.- Author:
- Christian Bremer
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
nameJsonPath
Name json path.String
rolePrefix
Role prefix.String
rolesJsonPath
Roles json path.boolean
rolesValueList
Specifies whether the roles value is a list (json array) or a simple string.String
rolesValueSeparator
Roles value separator.
-
-
-
Element Detail
-
rolesJsonPath
String rolesJsonPath
Roles json path.- Returns:
- the string
- Default:
- "$.realm_access.roles"
-
-
-
rolesValueSeparator
String rolesValueSeparator
Roles value separator.- Returns:
- the string
- Default:
- " "
-
-
-
rolePrefix
String rolePrefix
Role prefix.- Returns:
- the string
- Default:
- "ROLE_"
-
-
-
nameJsonPath
String nameJsonPath
Name json path.- Returns:
- the string
- Default:
- "$.preferred_username"
-
-