Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Field and Description |
---|---|
protected Map<Privilege,Boolean> |
LanguagePrivileges.privileges |
protected Map<Privilege,Boolean> |
PrivilegeMap.privileges
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Privilege |
Privilege.getPrivilege(int permBit)
Get the privilege by perm bit
|
static Privilege |
Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Privilege[] |
Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Privilege> |
Privilege.forRoleCheckType(int roleCheckType)
Get the privileges for the given role check type
|
static Set<Privilege> |
Privilege.getAvailable(int objType)
Get the privileges available on objects of the given type
|
Map<Privilege,Boolean> |
LanguagePrivileges.getPrivileges()
Privileges for the language
|
Map<Privilege,Boolean> |
PrivilegeMap.getPrivileges()
Deprecated.
Privileges not specific to languages
|
List<Privilege> |
Folder.getPrivileges()
Folder privileges
|
Modifier and Type | Method and Description |
---|---|
Boolean |
FilePrivileges.get(Privilege privilege) |
Boolean |
PagePrivileges.get(Privilege privilege) |
FilePrivileges |
FilePrivileges.set(Privilege privilege,
Boolean flag) |
PagePrivileges |
PagePrivileges.set(Privilege privilege,
Boolean flag) |
Modifier and Type | Method and Description |
---|---|
void |
Folder.setPrivileges(List<Privilege> privileges)
Set the folder privileges
|
void |
LanguagePrivileges.setPrivileges(Map<Privilege,Boolean> privileges)
Set the privilege map
|
void |
PrivilegeMap.setPrivileges(Map<Privilege,Boolean> privileges)
Deprecated.
Set the privilege map
|
Modifier and Type | Method and Description |
---|---|
List<Privilege> |
PrivilegesResponse.getPrivileges() |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegesResponse.setPrivileges(List<Privilege> privileges) |
Constructor and Description |
---|
PrivilegesResponse(Message message,
ResponseInfo responseInfo,
List<Privilege> privileges) |
Modifier and Type | Method and Description |
---|---|
GroupsResponse |
GroupResource.list(Integer skipCount,
Integer maxItems,
List<Integer> ids,
List<String> names,
List<String> memberLogins,
List<Integer> memberIds,
List<Integer> childGroupIds,
List<Integer> privFolderIds,
List<Privilege> privileges,
GroupReduceType reduce,
GroupSortAttribute sortBy,
SortOrder sortOrder,
PermsParameterBean perms)
Get a list of groups, optionally filtered sorted and paged.
|
Copyright © 2024 Gentics Software. All rights reserved.