Class LoginEventResponse
java.lang.Object
com.iland.core.web.rest.response.security.LoginEventResponse
- All Implemented Interfaces:
Serializable
Login Event Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginEventResponse(String username, String type, long time, String ipAddress, String clientName) -
Method Summary
-
Constructor Details
-
LoginEventResponse
-
-
Method Details
-
getUsername
Gets the username.- Returns:
- the username
-
getType
Gets the type.- Returns:
- the type
-
getTime
public long getTime()Gets the time.- Returns:
- the time
-
getIpAddress
Get the ip address.- Returns:
- user's ip address
-
getClientName
Get the client name.- Returns:
Stringclient name
-
equals
-
hashCode
public int hashCode() -
toString
-