|
||||||||||
| 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.
| Field Summary | |
|---|---|
private long |
authenticationInstant
Instant the user was authenticated to the service. |
private String |
entityID
Entity ID of the service. |
private AuthenticationMethodInformation |
methodInfo
Authentication method used to authenticate the user to the service. |
private static long |
serialVersionUID
Serial version UID. |
| Constructor Summary | |
|---|---|
ServiceInformationImpl(String id,
org.joda.time.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. |
org.joda.time.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 |
| Field Detail |
|---|
private static final long serialVersionUID
private String entityID
private long authenticationInstant
private AuthenticationMethodInformation methodInfo
| Constructor Detail |
|---|
public ServiceInformationImpl(String id,
org.joda.time.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 ServiceInformationpublic org.joda.time.DateTime getLoginInstant()
getLoginInstant in interface ServiceInformationpublic AuthenticationMethodInformation getAuthenticationMethod()
getAuthenticationMethod in interface ServiceInformationpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||