Uses of Enum Class
com.svenruppert.jsentinel.session.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in com.svenruppert.jsentinel.session
Subclasses with type arguments of type SessionStatus in com.svenruppert.jsentinel.sessionMethods in com.svenruppert.jsentinel.session that return SessionStatusModifier and TypeMethodDescriptionSessionRecord.status()Returns the value of thestatusrecord component.static SessionStatusReturns the enum constant of this class with the specified name.static SessionStatus[]SessionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.session with parameters of type SessionStatusModifier and TypeMethodDescriptionSessionRecord.withStatus(SessionStatus newStatus) Returns a copy withSessionRecord.status()updated tonewStatus.Constructors in com.svenruppert.jsentinel.session with parameters of type SessionStatusModifierConstructorDescriptionSessionRecord(SessionId sessionId, SubjectId subjectId, TenantId tenant, Instant createdAt, Instant lastActivityAt, JSentinelVersion securityVersionAtLogin, SessionStatus status) Validates the record components and normalises anulltenant toTenantId.DEFAULT.