Class JsonPathJwtProperties
java.lang.Object
org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtProperties
The json path jwt properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.authority.mapping.GrantedAuthoritiesMapperGets authorities mapper.Gets groups mapper.Gets groups value separator.Gets roles value separator.
-
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
Gets groups mapper.- Returns:
- the groups mapper
-
getGroupsValueSeparator
Gets groups value separator.- Returns:
- the groups value separator
-
getRolesValueSeparator
Gets roles value separator.- Returns:
- the roles value separator
-