Package com.skava.auth.model.entities
Class ClientSession
java.lang.Object
com.skava.auth.model.entities.ClientSession
This Model class represents the persistence informations of the `client_session` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACTIVE
public static final int ACTIVE- See Also:
-
IN_ACTIVE
public static final int IN_ACTIVE- See Also:
-
-
Constructor Details