public class CustomizeDefaultUserAuthenticationConverter
extends org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
implements org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
| 构造器和说明 |
|---|
CustomizeDefaultUserAuthenticationConverter(Oauth2ServerProperties oauth2ServerProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,?> |
convertUserAuthentication(org.springframework.security.core.Authentication authentication) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public CustomizeDefaultUserAuthenticationConverter(Oauth2ServerProperties oauth2ServerProperties)
public java.util.Map<java.lang.String,?> convertUserAuthentication(org.springframework.security.core.Authentication authentication)
convertUserAuthentication 在接口中 org.springframework.security.oauth2.provider.token.UserAuthenticationConverterconvertUserAuthentication 在类中 org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverterpublic boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.ObjectCopyright © 2021. All Rights Reserved.