Package | Description |
---|---|
org.apache.turbine.annotation |
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor.ConditionType |
AnnotationProcessor.ConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationProcessor.ConditionType[] |
AnnotationProcessor.ConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <A extends org.apache.fulcrum.security.model.turbine.TurbineAccessControlList<?>> |
AnnotationProcessor.isAuthorized(AccessibleObject object,
A acl,
AnnotationProcessor.ConditionType conditonType)
Check if the object given is authorized to be executed based on its annotations
The method's return value depends on the conditonType, refer to the ConditionType
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.