org.surfnet.cruncher.model
Class LoginEntry

java.lang.Object
  extended by 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

Constructor Summary
LoginEntry(String idpEntityId, String idpEntityName, Date loginDate, String spEntityId, String spEntityName, String userId)
           
 
Method Summary
 String getIdpEntityId()
           
 String getIdpEntityName()
           
 Date getLoginDate()
           
 String getSpEntityId()
           
 String getSpEntityName()
           
 String getUserId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginEntry

public LoginEntry(String idpEntityId,
                  String idpEntityName,
                  Date loginDate,
                  String spEntityId,
                  String spEntityName,
                  String userId)
Method Detail

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.