Class UserSessionsSearchResultEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.admin.UserSessionsSearchResultEntity
-
Constructor Summary
ConstructorsConstructorDescriptionUserSessionsSearchResultEntity
(String randomHash, Long id, Date initialization, Long lastAccess, DirectoryData directory, String username) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromToken
(AuthenticationToken session, Directory directory) getId()
int
hashCode()
-
Constructor Details
-
UserSessionsSearchResultEntity
-
-
Method Details
-
fromToken
public static UserSessionsSearchResultEntity fromToken(AuthenticationToken session, Directory directory) -
getId
-
getInitialization
-
getLastAccess
-
getDirectory
-
getUsername
-
getRandomHash
-
equals
-
hashCode
public int hashCode()
-