edu.internet2.middleware.shibboleth.idp.session
Interface ServiceInformation

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServiceInformationImpl

public interface ServiceInformation
extends Serializable

Information about a service a user has logged in to.


Method Summary
 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.
 

Method Detail

getEntityID

String getEntityID()
Gets the unique identifier for the service.

Returns:
unique identifier for the service

getLoginInstant

DateTime getLoginInstant()
Gets the time the user logged in to the service.

Returns:
time the user logged in to the service

getAuthenticationMethod

AuthenticationMethodInformation getAuthenticationMethod()
Gets the authentication method used to log into the service.

Returns:
authentication method used to log into the service


Copyright © 2006-2009 Internet2. All Rights Reserved.