| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
AccessType.getAccessTypeFromShortName(String shortName) |
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AccessType> |
AccessControlDAO.getGrantedAccesses(ID id) |
Map<String,AccessType> |
AccessControlDAO.getGrantedAccesses(ID id,
AccessControlContext accessControlContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessType.allows(AccessType accessType) |
void |
AccessControlDAO.grantAccess(ID id,
String accessId,
AccessType accessType) |
void |
AccessControlDAO.grantAccess(ID id,
String accessId,
AccessType accessType,
AccessControlContext accessControlContext) |
Copyright © 2014. All Rights Reserved.