Uses of Class
com.serinity.accesscontrol.model.AuthSession
Packages that use AuthSession
-
Uses of AuthSession in com.serinity.accesscontrol.model
Methods in com.serinity.accesscontrol.model that return AuthSessionModifier and TypeMethodDescriptionAuditLog.getSession()Returns the linked authentication session.Methods in com.serinity.accesscontrol.model with parameters of type AuthSessionModifier and TypeMethodDescriptionvoidAuditLog.setSession(AuthSession session) Sets the linked authentication session. -
Uses of AuthSession in com.serinity.accesscontrol.repository
Subclasses with type arguments of type AuthSession in com.serinity.accesscontrol.repositoryModifier and TypeClassDescriptionclassRepository class for performing CRUD operations onAuthSessionentities.Methods in com.serinity.accesscontrol.repository that return AuthSessionModifier and TypeMethodDescriptionAuthSessionRepository.findByRefreshToken(String refreshToken) Finds anAuthSessionby its refresh token value.AuthSessionRepository.findValidByRefreshToken(String refreshToken) Finds a valid (non-revoked, non-expired) session by refresh token.Methods in com.serinity.accesscontrol.repository that return types with arguments of type AuthSessionModifier and TypeMethodDescriptionAuthSessionRepository.findActiveSession(User user) Finds the currently active (non-revoked, non-expired) session for a user.AuthSessionRepository.findByUserId(UUID userId) Returns all sessions belonging to a given user.