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

Packages that use AuthenticationMethodInformation
edu.internet2.middleware.shibboleth.idp.authn   
edu.internet2.middleware.shibboleth.idp.session   
edu.internet2.middleware.shibboleth.idp.session.impl   
 

Uses of AuthenticationMethodInformation in edu.internet2.middleware.shibboleth.idp.authn
 

Methods in edu.internet2.middleware.shibboleth.idp.authn that return AuthenticationMethodInformation
 AuthenticationMethodInformation LoginContext.getAuthenticationMethodInformation()
          Gets information about the authentication event.
 

Methods in edu.internet2.middleware.shibboleth.idp.authn with parameters of type AuthenticationMethodInformation
 void LoginContext.setAuthenticationMethodInformation(AuthenticationMethodInformation info)
          Sets the information about the authentication event.
 

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

Methods in edu.internet2.middleware.shibboleth.idp.session that return AuthenticationMethodInformation
 AuthenticationMethodInformation ServiceInformation.getAuthenticationMethod()
          Gets the authentication method used to log into the service.
 

Methods in edu.internet2.middleware.shibboleth.idp.session that return types with arguments of type AuthenticationMethodInformation
 Map<String,AuthenticationMethodInformation> Session.getAuthenticationMethods()
          Gets the methods by which the user has authenticated to the IdP.
 

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

Classes in edu.internet2.middleware.shibboleth.idp.session.impl that implement AuthenticationMethodInformation
 class AuthenticationMethodInformationImpl
          Information about an authentication method employed by a user.
 

Methods in edu.internet2.middleware.shibboleth.idp.session.impl that return AuthenticationMethodInformation
 AuthenticationMethodInformation ServiceInformationImpl.getAuthenticationMethod()
          Gets the authentication method used to log into the service.
 

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

Constructors in edu.internet2.middleware.shibboleth.idp.session.impl with parameters of type AuthenticationMethodInformation
ServiceInformationImpl(String id, DateTime loginInstant, AuthenticationMethodInformation method)
          Default constructor.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.