类分层结构
- java.lang.Object
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- spring.turbo.module.security.authentication.Authentication (implements org.springframework.security.core.Authentication, java.security.Principal, java.io.Serializable)
- spring.turbo.module.security.authentication.MapTokenToUserConverter (implements spring.turbo.module.security.authentication.TokenToUserConverter)
- spring.turbo.module.security.authentication.NullTokenToUserConverter (implements spring.turbo.module.security.authentication.TokenToUserConverter)
- spring.turbo.module.security.authentication.NullUserDetailsFinder (implements spring.turbo.module.security.authentication.UserDetailsFinder)
- spring.turbo.module.security.authentication.UserDetailsServiceUserDetailsFinder (implements spring.turbo.module.security.authentication.UserDetailsFinder)
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
接口分层结构
- org.springframework.core.convert.converter.Converter<S,
T> - spring.turbo.module.security.authentication.TokenToUserConverter
- java.security.Principal
- org.springframework.security.core.Authentication (并 extends java.io.Serializable)
- spring.turbo.module.security.authentication.MutableAuthentication
- org.springframework.security.core.Authentication (并 extends java.io.Serializable)
- spring.turbo.module.security.authentication.RequestDetailsProvider
- java.io.Serializable
- org.springframework.security.core.Authentication (并 extends java.security.Principal)
- spring.turbo.module.security.authentication.MutableAuthentication
- org.springframework.security.core.Authentication (并 extends java.security.Principal)
- spring.turbo.module.security.authentication.UserDetailsFinder