Uses of Package
com.svenruppert.jsentinel.authentication
Packages that use com.svenruppert.jsentinel.authentication
Package
Description
-
-
Classes in com.svenruppert.jsentinel.authentication used by com.svenruppert.jsentinel.authenticationClassDescriptionPersistent representation of a single long-lived API key.Persistent store for
ApiKeyRecords — backs the planned API-key authentication flow (V00.70 Phase 7b).Typed representation of a stored password hash.Password hashing abstraction.Persistent representation of a single rotating refresh token.Persistent store forRefreshTokenRecords — backs the planned rotating-refresh-token flow (V00.70 Phase 7b).Persistent representation of a single "remember me" token.Persistent store forRememberMeTokenRecords — backs the planned "remember me" / persistent-login flow (V00.70 Phase 7).Tuple returned fromStoreBackedRememberMeService.issue(SubjectId, Duration): the plain token (caller passes it to the client carrier and drops it) and the persisted record (handy for tests / audit hooks). -
Classes in com.svenruppert.jsentinel.authentication used by com.svenruppert.jsentinel.authorization.apiClassDescriptionSPI contract for credential validation and subject loading.Password hashing abstraction.