| Package | Description |
|---|---|
| org.marketcetera.admin | |
| org.marketcetera.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
User |
UserFactory.create(String inName,
String inPassword,
String inDescription,
boolean inIsActive)
Create user objects.
|
User |
AdminClient.createUser(User inNewUser,
String inPassword)
Create the given user with the given password.
|
User |
SupervisorPermission.getSupervisor()
Get the supervisor value.
|
User |
UserAttribute.getUser()
Gets the user value.
|
User |
AdminClient.updateUser(String inUsername,
User inUpdatedUser)
Update the given user with the given current username.
|
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
SupervisorPermission.getSubjects()
Get the subjects over whom the supervision is granted.
|
Set<User> |
Role.getSubjects()
Gets the subjects assigned to this role.
|
List<User> |
AdminClient.readUsers()
Get the list of users.
|
CollectionPageResponse<User> |
AdminClient.readUsers(PageRequest inPageRequest)
Get a list of users.
|
| Modifier and Type | Method and Description |
|---|---|
UserAttribute |
UserAttributeFactory.create(User inUser,
UserAttributeType inType,
String inAttribute)
Creates a
UserAttribute object with the given attributes. |
User |
AdminClient.createUser(User inNewUser,
String inPassword)
Create the given user with the given password.
|
void |
SupervisorPermission.setSupervisor(User inSupervisor)
Set the supervisor value.
|
User |
AdminClient.updateUser(String inUsername,
User inUpdatedUser)
Update the given user with the given current username.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUser
Provides a simple User implementation.
|
| Modifier and Type | Method and Description |
|---|---|
User |
SimpleUserFactory.create(String inName,
String inPassword,
String inDescription,
boolean inIsActive) |
User |
SimpleUserAttribute.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
SimpleRole.getSubjects() |
| Modifier and Type | Method and Description |
|---|---|
SimpleUserAttribute |
SimpleUserAttributeFactory.create(User inUser,
UserAttributeType inType,
String inAttribute) |
void |
SimpleUserAttribute.setUser(User inUser)
Sets the user value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRole.setSubjects(Set<User> inSubjects)
Sets the subjects value.
|
| Constructor and Description |
|---|
SimpleUserAttribute(User inUser,
UserAttributeType inType,
String inAttribute)
Create a new SimpleUserAttribute instance.
|
Copyright © 2020. All rights reserved.