Hierarchy For Package com.svenruppert.jsentinel.authentication
Class Hierarchy
- java.lang.Object
- com.svenruppert.jsentinel.authentication.ApiKeyAuthenticationService
- com.svenruppert.jsentinel.authentication.InMemoryApiKeyStore (implements com.svenruppert.jsentinel.authentication.ApiKeyStore)
- com.svenruppert.jsentinel.authentication.InMemoryRefreshTokenStore (implements com.svenruppert.jsentinel.authentication.RefreshTokenStore)
- com.svenruppert.jsentinel.authentication.InMemoryRememberMeTokenStore (implements com.svenruppert.jsentinel.authentication.RememberMeTokenStore)
- com.svenruppert.jsentinel.authentication.Pbkdf2PasswordHasher (implements com.svenruppert.jsentinel.authentication.PasswordHasher)
- com.svenruppert.jsentinel.authentication.StoreBackedRememberMeService
- com.svenruppert.jsentinel.authentication.TokenService
Interface Hierarchy
- com.svenruppert.jsentinel.authentication.ApiKeyStore
- com.svenruppert.jsentinel.authentication.AuthenticationService<T,
U> - com.svenruppert.jsentinel.authentication.PasswordHasher
- com.svenruppert.jsentinel.authentication.RefreshTokenStore
- com.svenruppert.jsentinel.authentication.RememberMeTokenStore
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.svenruppert.jsentinel.authentication.ApiKeyRecord
- com.svenruppert.jsentinel.authentication.PasswordHash
- com.svenruppert.jsentinel.authentication.RefreshTokenRecord
- com.svenruppert.jsentinel.authentication.RememberMeTokenRecord
- com.svenruppert.jsentinel.authentication.StoreBackedRememberMeService.IssuedToken
- com.svenruppert.jsentinel.authentication.TokenService.TokenPair
- java.lang.Record