public class MediaDeniedPrincipalsHandler extends AbstractMediaPrincipalsHandler implements DynamicAttributeHandler<java.util.Collection<PrincipalModel>,MediaModel>
permissionManagementService, READ_PERMISSION| Constructor and Description |
|---|
MediaDeniedPrincipalsHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PrincipalModel> |
get(MediaModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(MediaModel model,
java.util.Collection<PrincipalModel> principals)
Holds logic behind setter for dynamic attribute.
|
getDeniedPermissions, getDeniedPrincipals, getPermittedPermissions, getPermittedPrincipals, setPermissionManagementServicepublic java.util.Collection<PrincipalModel> get(MediaModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.util.Collection<PrincipalModel>,MediaModel>model - model for which dynamic attribute is declared.public void set(MediaModel model, java.util.Collection<PrincipalModel> principals)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.util.Collection<PrincipalModel>,MediaModel>model - model for which dynamic attribute is declared.principals - the value which will be used by setter logic.Copyright © 2018 SAP SE. All Rights Reserved.