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

Packages that use ServiceInformation
edu.internet2.middleware.shibboleth.idp.session   
edu.internet2.middleware.shibboleth.idp.session.impl   
 

Uses of ServiceInformation in edu.internet2.middleware.shibboleth.idp.session
 

Methods in edu.internet2.middleware.shibboleth.idp.session that return types with arguments of type ServiceInformation
 Map<String,ServiceInformation> Session.getServicesInformation()
          Gets the services the user has logged in to.
 

Uses of ServiceInformation in edu.internet2.middleware.shibboleth.idp.session.impl
 

Classes in edu.internet2.middleware.shibboleth.idp.session.impl that implement ServiceInformation
 class ServiceInformationImpl
          Information about a service a user has logged in to.
 

Methods in edu.internet2.middleware.shibboleth.idp.session.impl that return ServiceInformation
 ServiceInformation SessionImpl.getServiceInformation(String entityId)
          Gets the service information for the given entity ID.
 

Methods in edu.internet2.middleware.shibboleth.idp.session.impl that return types with arguments of type ServiceInformation
 Map<String,ServiceInformation> SessionImpl.getServicesInformation()
          
 



Copyright © 2006-2009 Internet2. All Rights Reserved.