Class DefaultSessionResponse
java.lang.Object
org.graylog2.rest.models.system.sessions.responses.DefaultSessionResponse
- All Implemented Interfaces:
SessionResponse
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSessionResponse
public DefaultSessionResponse()
-
-
Method Details
-
validUntil
- Specified by:
validUntilin interfaceSessionResponse
-
sessionId
-
username
-
userId
-
getAuthenticationToken
- Specified by:
getAuthenticationTokenin interfaceSessionResponse
-
create
public static DefaultSessionResponse create(Date validUntil, String sessionId, String username, String userId)
-