Uses of Class
org.bremersee.spring.security.oauth2.server.resource.authentication.JsonPathJwtParser
Packages that use JsonPathJwtParser
-
Uses of JsonPathJwtParser in org.bremersee.spring.security.oauth2.server.resource.authentication
Methods in org.bremersee.spring.security.oauth2.server.resource.authentication with parameters of type JsonPathJwtParserModifier and TypeMethodDescriptionJsonPathJwtConverter.getAuthoritiesFromList(JsonPathJwtParser parser) Gets authorities from list.JsonPathJwtConverter.getAuthoritiesFromValue(JsonPathJwtParser parser) Gets authorities from value.protected StringJsonPathJwtConverter.getEmail(JsonPathJwtParser parser) Gets email.protected StringJsonPathJwtConverter.getFirstName(JsonPathJwtParser parser) Gets first name.protected Collection<? extends org.springframework.security.core.GrantedAuthority> JsonPathJwtConverter.getGrantedAuthorities(JsonPathJwtParser parser) Gets granted authorities.protected StringJsonPathJwtConverter.getLastName(JsonPathJwtParser parser) Gets last name.protected StringJsonPathJwtConverter.getUsername(org.springframework.security.oauth2.jwt.Jwt source, JsonPathJwtParser parser) Gets username.