SessionsNullClientV1 class

Implemented types

Constructors

SessionsNullClientV1()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeSession(String? correlationId, String sessionId) Future<SessionV1?>
Close a session by it's id.
override
deleteSessionById(String? correlationId, String sessionId) Future<SessionV1?>
Deleted an session by it's unique id.
override
getSessionById(String? correlationId, String sessionId) Future<SessionV1?>
Gets an session by its unique id.
override
getSessions(String? correlationId, FilterParams filter, PagingParams paging) Future<DataPage<SessionV1>>
Gets a page of sessions retrieved by a given filter.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openSession(String? correlationId, String? user_id, String? user_name, String? address, String? client, dynamic user, dynamic data) Future<SessionV1?>
Creates a new session.
override
storeSessionData(String? correlationId, String sessionId, dynamic data) Future<SessionV1?>
Updates a session's data.
override
toString() String
A string representation of this object.
inherited
updateSessionUser(String? correlationId, String sessionId, dynamic user) Future<SessionV1?>
Updates a session's user.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited