|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationResult | |
|---|---|
| org.wamblee.security.authorization | |
| Uses of AuthorizationResult in org.wamblee.security.authorization |
|---|
| Methods in org.wamblee.security.authorization that return AuthorizationResult | |
|---|---|
AuthorizationResult |
AuthorizationRule.isAllowed(java.lang.Object aResource,
Operation anOperation,
User aUser)
Determines whether an operation is allowed on a certain resource. |
AuthorizationResult |
UrlAuthorizationRule.isAllowed(java.lang.Object aResource,
Operation anOperation,
User aUser)
|
protected AuthorizationResult |
UrlAuthorizationRule.isAllowed(java.lang.String aPath,
Operation aOperation,
User aUser)
Determines if the operation is allowed on the resource. |
static AuthorizationResult |
AuthorizationResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AuthorizationResult[] |
AuthorizationResult.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.wamblee.security.authorization with parameters of type AuthorizationResult | |
|---|---|
UrlAuthorizationRule(AuthorizationResult aResult,
UserCondition aUserCondition,
PathCondition aPathCondition,
java.lang.Class aResourceClass,
OperationCondition aOperationCondition)
Constructs an authorization rule. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||