Uses of Class
org.restheart.mongodb.db.sessions.SessionOptions
-
Packages that use SessionOptions Package Description org.restheart.mongodb.db.sessions -
-
Uses of SessionOptions in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return SessionOptions Modifier and Type Method Description static SessionOptionsSid. getSessionOptions(UUID uuid)Methods in org.restheart.mongodb.db.sessions with parameters of type SessionOptions Modifier and Type Method Description static 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.
-