Uses of Interface
edu.mit.stellar.api.user.AuthenticationProviderInformation

Packages that use AuthenticationProviderInformation
edu.mit.stellar.api.user   
 

Uses of AuthenticationProviderInformation in edu.mit.stellar.api.user
 

Methods in edu.mit.stellar.api.user that return types with arguments of type AuthenticationProviderInformation
 java.util.Set<AuthenticationProviderInformation> UserIdentity.getAuthenticationProviderInformationList()
          List of authentication providers for this person, mapping user's identifier from that source to the corresponding AuthenticationProviderInformation.
 

Methods in edu.mit.stellar.api.user with parameters of type AuthenticationProviderInformation
 void UserIdentityM.addAuthenticationProviderInformation(AuthenticationProviderInformation authenticationProviderInformation)
           
 

Method parameters in edu.mit.stellar.api.user with type arguments of type AuthenticationProviderInformation
 void UserIdentityM.setAuthenticationProviderInformationList(java.util.Set<AuthenticationProviderInformation> authenticationProviderInformation)
           
 



Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.