@Singleton @Default public class InventorySecurity extends Object implements Security
| Modifier and Type | Class and Description |
|---|---|
class |
InventorySecurity.CreatePermissionCheckerFinisherImpl |
Security.CreatePermissionCheckerFinisher| Constructor and Description |
|---|
InventorySecurity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAssociateFrom(org.hawkular.inventory.paths.CanonicalPath path) |
boolean |
canCopyEnvironment(org.hawkular.inventory.paths.CanonicalPath path) |
Security.CreatePermissionCheckerFinisher |
canCreate(Class<?> entityType) |
boolean |
canDelete(org.hawkular.inventory.paths.CanonicalPath path) |
boolean |
canUpdate(org.hawkular.inventory.paths.CanonicalPath path) |
void |
initOperationsMap() |
public Security.CreatePermissionCheckerFinisher canCreate(Class<?> entityType)
public boolean canUpdate(org.hawkular.inventory.paths.CanonicalPath path)
public boolean canDelete(org.hawkular.inventory.paths.CanonicalPath path)
public boolean canAssociateFrom(org.hawkular.inventory.paths.CanonicalPath path)
canAssociateFrom in interface Securitypublic boolean canCopyEnvironment(org.hawkular.inventory.paths.CanonicalPath path)
canCopyEnvironment in interface Security@PostConstruct public void initOperationsMap()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.