public class LoginEntry extends Object implements Serializable
| Constructor and Description |
|---|
LoginEntry(Long id,
String idpEntityId,
String idpEntityName,
Date loginDate,
String spEntityId,
String spEntityName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getIdpEntityId() |
String |
getIdpEntityName() |
Date |
getLoginDate() |
String |
getSpEntityId() |
String |
getSpEntityName() |
String |
getUserId() |
String |
toString() |
public Long getId()
public Date getLoginDate()
public String getSpEntityId()
public String getIdpEntityId()
public String getSpEntityName()
public String getIdpEntityName()
public String getUserId()
Copyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.