| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
AccessType.getAccessTypeFromShortName(java.lang.String shortName) |
static AccessType |
AccessType.valueOf(java.lang.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 |
|---|---|
java.util.Map<java.lang.String,AccessType> |
AccessControlDAO.getGrantedAccesses(ID id) |
java.util.Map<java.lang.String,AccessType> |
AccessControlDAO.getGrantedAccesses(ID id,
AccessControlContext accessControlContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessType.allows(AccessType accessType) |
void |
AccessControlDAO.grantAccess(ID id,
java.lang.String accessId,
AccessType accessType) |
void |
AccessControlDAO.grantAccess(ID id,
java.lang.String accessId,
AccessType accessType,
AccessControlContext accessControlContext) |
Copyright © 2017. All Rights Reserved.