Uses of Interface
org.marketcetera.admin.User
-
Packages that use User Package Description org.marketcetera.admin org.marketcetera.admin.impl org.marketcetera.admin.service -
-
Uses of User in org.marketcetera.admin
Subinterfaces of User in org.marketcetera.admin Modifier and Type Interface Description interfaceMutableUserProvides a mutableUserimplementation.Methods in org.marketcetera.admin that return User Modifier and Type Method Description UserUserFactory. create(String inName, String inHashedPassword, String inDescription, boolean inIsActive)Create user objects.UserAdminClient. createUser(User inNewUser, String inPassword)Create the given user with the given password.UserAdminClient. getCurrentUser()Get the current user.UserSupervisorPermission. getSupervisor()Get the supervisor value.UserHasUser. getUser()Get the user value.UserUserAttribute. getUser()Gets the user value.UserAdminClient. updateUser(String inUsername, User inUpdatedUser)Update the given user with the given current username.Methods in org.marketcetera.admin that return types with arguments of type User Modifier and Type Method Description Set<User>Role. getSubjects()Gets the subjects assigned to this role.Set<User>SupervisorPermission. getSubjects()Get the subjects over whom the supervision is granted.List<User>AdminClient. readUsers()Get the list of users.CollectionPageResponse<User>AdminClient. readUsers(PageRequest inPageRequest)Get a list of users.Methods in org.marketcetera.admin with parameters of type User Modifier and Type Method Description MutableUserAttributeMutableUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)Create aMutableUserAttributeobject with the given attributes.UserAttributeUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)Create aUserAttributeobject with the given attributes.UserAdminClient. createUser(User inNewUser, String inPassword)Create the given user with the given password.voidSupervisorPermission. setSupervisor(User inSupervisor)Set the supervisor value.voidHasUser. setUser(User inUser)Set the user value.voidMutableUserAttribute. setUser(User inUser)Set the user value.UserAdminClient. updateUser(String inUsername, User inUpdatedUser)Update the given user with the given current username. -
Uses of User in org.marketcetera.admin.impl
Classes in org.marketcetera.admin.impl that implement User Modifier and Type Class Description classSimpleUserProvides a simple User implementation.Fields in org.marketcetera.admin.impl declared as User Modifier and Type Field Description private UserSimpleUserAttribute. useruser valueFields in org.marketcetera.admin.impl with type parameters of type User Modifier and Type Field Description private Set<User>SimpleRole. subjectssubject valuesMethods in org.marketcetera.admin.impl that return User Modifier and Type Method Description UserSimpleUserFactory. create(User inUser)UserSimpleUserAttribute. getUser()Methods in org.marketcetera.admin.impl that return types with arguments of type User Modifier and Type Method Description Set<User>SimpleRole. getSubjects()Methods in org.marketcetera.admin.impl with parameters of type User Modifier and Type Method Description intSimpleUser. compareTo(User inO)SimpleUserAttributeSimpleUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)UserSimpleUserFactory. create(User inUser)voidSimpleUserAttribute. setUser(User inUser)Sets the user value.Method parameters in org.marketcetera.admin.impl with type arguments of type User Modifier and Type Method Description voidSimpleRole. setSubjects(Set<User> inSubjects)Sets the subjects value.Constructors in org.marketcetera.admin.impl with parameters of type User Constructor Description SimpleUserAttribute(User inUser, UserAttributeType inType, String inAttribute)Create a new SimpleUserAttribute instance. -
Uses of User in org.marketcetera.admin.service
Methods in org.marketcetera.admin.service that return User Modifier and Type Method Description UserUserService. changeUserPassword(User inUser, String inOldRawPassword, String inNewRawPassword)Change the password of the given user to the given value.UserUserService. findByName(String inUsername)Gets the user with the given name.UserUserService. findByUserId(UserID inUserId)Find the user associated with the given user id.UserUserService. findOne(long inValue)Finds a single user with the given id.UserUserService. resetUserPassword(User inExistingUser, String inNewPassword)Reset the password of the given user to the given value.UserUserService. save(User inUser)Saves the given user to the datastore.Methods in org.marketcetera.admin.service that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserService. findAll()Finds all current users.CollectionPageResponse<User>UserService. findAll(PageRequest inPageRequest)Find a page of users.Set<User>AuthorizationService. getSubjectUsersFor(User inSupervisorUser, String inPermissionName)Get the users over which the given user has the given permission.Set<User>AuthorizationService. getSupervisorsFor(String inUsername, String inPermissionName)Get the users that have the given supervisor permission over the given user.List<? extends User>UserService. listUsers(String inNameFilter, Boolean inActiveFilter)Lists all users taking into account the given optional filters.Methods in org.marketcetera.admin.service with parameters of type User Modifier and Type Method Description UserUserService. changeUserPassword(User inUser, String inOldRawPassword, String inNewRawPassword)Change the password of the given user to the given value.voidUserService. delete(User inUser)Deletes the given user.Set<User>AuthorizationService. getSubjectUsersFor(User inSupervisorUser, String inPermissionName)Get the users over which the given user has the given permission.UserAttributeUserAttributeService. getUserAttribute(User inUser, UserAttributeType inUserAttributeType)Gets theUserAttributewith the given key values.UserUserService. resetUserPassword(User inExistingUser, String inNewPassword)Reset the password of the given user to the given value.UserUserService. save(User inUser)Saves the given user to the datastore.
-