Class HerodotusJwtAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
cn.herodotus.engine.oauth2.authorization.servlet.HerodotusJwtAuthenticationConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
public class HerodotusJwtAuthenticationConverter
extends org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
Description: 扩展的 JwtAuthenticationConverter
- Author:
- : gengwei.zheng
- Date:
- : 2022/3/22 11:49
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
convert, setJwtGrantedAuthoritiesConverter, setPrincipalClaimNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
HerodotusJwtAuthenticationConverter
public HerodotusJwtAuthenticationConverter()
-