类 JwtAuthzConverter
java.lang.Object
com.elitesland.ystdms.sys.security.JwtAuthzConverter
- 所有已实现的接口:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
@Component
public class JwtAuthzConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@Nullable org.springframework.security.authentication.AbstractAuthenticationTokenconvert(org.springframework.security.oauth2.jwt.Jwt source) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.convert.converter.Converter
andThen
-
构造器详细资料
-
JwtAuthzConverter
public JwtAuthzConverter()
-
-
方法详细资料
-
convert
public @Nullable org.springframework.security.authentication.AbstractAuthenticationToken convert(org.springframework.security.oauth2.jwt.Jwt source) - 指定者:
convert在接口中org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
-