类 HerodotusJwtAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
cn.herodotus.stirrup.oauth2.authorization.servlet.HerodotusJwtAuthenticationConverter
- 所有已实现的接口:
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
- 作者:
- : gengwei.zheng
- Date:
- : 2022/3/22 11:49
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
convert, setJwtGrantedAuthoritiesConverter, setPrincipalClaimName从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.convert.converter.Converter
andThen
-
构造器详细资料
-
HerodotusJwtAuthenticationConverter
public HerodotusJwtAuthenticationConverter()
-