Record Class SessionDecision.Continue
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.session.SessionDecision.Continue
- All Implemented Interfaces:
SessionDecision
- Enclosing interface:
SessionDecision
The navigation may proceed unchanged.
-
Nested Class Summary
Nested classes/interfaces inherited from interface SessionDecision
SessionDecision.Continue, SessionDecision.Invalidate, SessionDecision.RequireLoginModifier and TypeInterfaceDescriptionstatic final recordThe navigation may proceed unchanged.static final recordThe session must be invalidated.static final recordThe subject must re-authenticate. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SessionDecision.ContinueShared singleton — there is only one shape ofContinue. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Shared singleton — there is only one shape ofContinue.
-
-
Constructor Details
-
Continue
public Continue()Creates an instance of aContinuerecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-