| Package | Description |
|---|---|
| org.marketcetera.admin | |
| org.marketcetera.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
Permission |
PermissionFactory.create(String inName,
String inDescription)
Creates a
Permission with the given attributes. |
Permission |
AdminClient.createPermission(Permission inPermission)
Create a permission with the given attributes.
|
Permission |
AdminClient.updatePermission(String inPermissionName,
Permission inUpdatedPermission)
Update the permission with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
SupervisorPermission.getPermissions()
Get the permissions granted to the supervisor.
|
Set<Permission> |
Role.getPermissions()
Gets the permissions assigned to this role.
|
List<Permission> |
AdminClient.readPermissions()
Read permissions.
|
CollectionPageResponse<Permission> |
AdminClient.readPermissions(PageRequest inPageRequest)
Read a page of permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
AdminClient.createPermission(Permission inPermission)
Create a permission with the given attributes.
|
Permission |
AdminClient.updatePermission(String inPermissionName,
Permission inUpdatedPermission)
Update the permission with the given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePermission
Provides a simple Permission implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
SimplePermissionFactory.create(String inName,
String inDescription) |
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
SimpleRole.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRole.setPermissions(Set<Permission> inPermissions)
Sets the permissions value.
|
Copyright © 2019. All rights reserved.