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

Packages that use UserIdentity
edu.mit.stellar.api.group   
edu.mit.stellar.api.user   
 

Uses of UserIdentity in edu.mit.stellar.api.group
 

Methods in edu.mit.stellar.api.group with parameters of type UserIdentity
 java.util.Set<java.lang.String> NexusSGroupFactory.getCategoryRefsForUserInNexus(UserIdentity user, Nexus nexus)
          Get Set of NexusGroups from Nexus, return combined Set of CategoryRefs for the user in all SGroups.
 java.util.Set<java.lang.String> NexusSGroupFactory.getCategoryRefsForUserInNexus(UserIdentity user, java.lang.String nexusPath)
           
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(UserIdentity user, Nexus nexus)
          Get Set of NexusGroups from Nexus, see if the user has is a member of each, return Set of SGroups for which the user is a member.
 java.util.Set<SGroup> NexusSGroupFactory.getSGroupsForUserInNexus(UserIdentity user, java.lang.String nexusPath)
           
 

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

Subinterfaces of UserIdentity in edu.mit.stellar.api.user
 interface UserIdentityM
          UserIdentityM
 

Methods in edu.mit.stellar.api.user that return UserIdentity
 UserIdentity UserIdentityFactory.getUserByAuthenticationIdentifier(java.lang.String identifier)
          Find user by matching the identifier with their registered AuthenticationProviderInformation.
 UserIdentity UserIdentityFactory.getUserByEnterpriseId(java.lang.String enterpriseId)
           
 UserIdentity UserIdentityFactory.getUserByUsername(java.lang.String username)
           
 UserIdentity UserIdentityFactory.getUserByUuid(java.lang.String uuid)
           
 

Methods in edu.mit.stellar.api.user with parameters of type UserIdentity
 void UserIdentityManager.deleteUserIdentity(UserIdentity userIdentity)
           
 UserAttributes UserAttributesFactory.getUserAttributes(UserIdentity userIdentity)
           
 UserIdentityM UserIdentityManager.getUserIdentityM(UserIdentity userIdentity)
           
 UserProperties UserPropertiesFactory.getUserProperties(UserIdentity userIdentity)
           
 



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