|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
public class ServiceInformationImpl
Information about a service a user has logged in to.
Constructor Summary | |
---|---|
ServiceInformationImpl(String id,
DateTime loginInstant,
AuthenticationMethodInformation method)
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
AuthenticationMethodInformation |
getAuthenticationMethod()
Gets the authentication method used to log into the service. |
String |
getEntityID()
Gets the unique identifier for the service. |
DateTime |
getLoginInstant()
Gets the time the user logged in to the service. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInformationImpl(String id, DateTime loginInstant, AuthenticationMethodInformation method)
id
- unique identifier for the service.loginInstant
- time the user logged in to the service.method
- authentication method used to log into the service.Method Detail |
---|
public String getEntityID()
getEntityID
in interface ServiceInformation
public DateTime getLoginInstant()
getLoginInstant
in interface ServiceInformation
public AuthenticationMethodInformation getAuthenticationMethod()
getAuthenticationMethod
in interface ServiceInformation
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |