Uses of Class
com.sas.services.user.SimpleUserIdentity
Packages that use SimpleUserIdentity
-
Uses of SimpleUserIdentity in com.sas.services.user
Methods in com.sas.services.user that return SimpleUserIdentityModifier and TypeMethodDescriptionUserServiceInitObject.getUserUsingID(String userID) Gets the SimpleUserIdentity using the specified ID.Methods in com.sas.services.user that return types with arguments of type SimpleUserIdentityModifier and TypeMethodDescriptionList<SimpleUserIdentity> UserServiceInitObject.getUserList()Gets the list of users.Iterator<SimpleUserIdentity> UserServiceInitObject.getUsers()Gets an iterator of users.Set<SimpleUserIdentity> UserServiceInitObject.getUsers(String id) Gets a set of all users that match the specified ID.Methods in com.sas.services.user with parameters of type SimpleUserIdentityModifier and TypeMethodDescriptionvoidUserServiceInitObject.addUser(SimpleUserIdentity identity) Adds the new user identity to the user list.final booleanSimpleUserIdentity.hasConflict(SimpleUserIdentity other) Indicates whether some other object conflicts with this one.booleanUserServiceInitObject.removeUsers(SimpleUserIdentity[] users) Removes specified users from the list.Constructor parameters in com.sas.services.user with type arguments of type SimpleUserIdentityModifierConstructorDescriptionUserServiceInitObject(List<SimpleUserIdentity> users, Map<String, ProfileDomain> profileDomainMap) Constructs a user service component configuration initialized with the specified users and profiles.