| Package | Description |
|---|---|
| org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
| org.jboss.security.acl |
| Modifier and Type | Method and Description |
|---|---|
int |
AuthorizationManager.authorize(Resource resource,
Identity identity,
Permission permission)
Authorize access to the resource if the specified identity has the proper permissions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ACLPermission
A
Permission represents privileges held by an Identity, and is used to
grant or deny access to a Resource. |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
ACLContext.authorize(Resource resource,
Identity identity,
Permission permission)
Authorize access to the resource if the specified identity has the proper permissions.
|
Copyright © 2013 JBoss Inc.. All Rights Reserved.