| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RoleService.bulkAssociation(Long roleId,
ResourceAssociationActionType type,
List<ResourceName> resourceNames)
Executes resource-related operations on given role.
|
javax.ws.rs.core.Response |
UserService.bulkAssociation(Long userId,
ResourceAssociationActionType type,
ResourceAssociationMod associationMod)
Executes resource-related operations on given user.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceAssociationActionType |
ResourceAssociationActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAssociationActionType[] |
ResourceAssociationActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.