org.surfnet.cruncher.model
Class LoginEntry
java.lang.Object
org.surfnet.cruncher.model.LoginEntry
- All Implemented Interfaces:
- Serializable
public class LoginEntry
- extends Object
- implements Serializable
Class that represents a user login on OpenConext.
- See Also:
- Serialized Form
LoginEntry
public LoginEntry(String idpEntityId,
String idpEntityName,
Date loginDate,
String spEntityId,
String spEntityName,
String userId)
getLoginDate
public Date getLoginDate()
getSpEntityId
public String getSpEntityId()
getIdpEntityId
public String getIdpEntityId()
getSpEntityName
public String getSpEntityName()
getIdpEntityName
public String getIdpEntityName()
getUserId
public String getUserId()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.