| Package | Description |
|---|---|
| org.tynamo.security.jpa.annotations | |
| org.tynamo.security.jpa.internal |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecureEntityManager.checkWritePermissions(Object entity,
Operation writeOperation) |
static String |
RequiresAnnotationUtil.getRequiredAssociation(Class<?> aClass,
Operation operation) |
static String |
RequiresAnnotationUtil.getRequiredRole(Class<?> aClass,
Operation operation) |
| Constructor and Description |
|---|
SecureWriteAdvice(Operation writeOperation,
org.tynamo.security.services.SecurityService securityService,
javax.servlet.http.HttpServletRequest request,
org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)
Deprecated.
|
Copyright © 2004–2020. All rights reserved.