Uses of Record Class
com.svenruppert.jsentinel.session.SessionId
Packages that use SessionId
-
Uses of SessionId in com.svenruppert.jsentinel.session
Methods in com.svenruppert.jsentinel.session that return SessionIdModifier and TypeMethodDescriptionstatic SessionIdFactory mirror of the canonical constructor.SessionRecord.sessionId()Returns the value of thesessionIdrecord component.Methods in com.svenruppert.jsentinel.session with parameters of type SessionIdModifier and TypeMethodDescriptionbooleanbooleanRemoves the record forsessionId.Looks up the record for a session id.Constructors in com.svenruppert.jsentinel.session with parameters of type SessionIdModifierConstructorDescriptionSessionRecord(SessionId sessionId, SubjectId subjectId, TenantId tenant, Instant createdAt, Instant lastActivityAt, JSentinelVersion securityVersionAtLogin, SessionStatus status) Validates the record components and normalises anulltenant toTenantId.DEFAULT.