Uses of Class
org.restheart.mongodb.db.sessions.SessionOptions
Packages that use SessionOptions
-
Uses of SessionOptions in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return SessionOptionsMethods in org.restheart.mongodb.db.sessions with parameters of type SessionOptionsModifier and TypeMethodDescriptionstatic UUIDSid.randomUUID(SessionOptions options) retrieve a type 4 (pseudo randomly generated) UUID, where MSB 3 and 4 of the A byte are used to flag session options TheUUIDis generated using a cryptographically strong pseudo random number generator weakend by using 2 bits for flagging.