| Package | Description |
|---|---|
| org.uberfire.security.authz | |
| org.uberfire.security.impl.authz |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationCheck<C extends AuthorizationCheck>
A security check executed over a resource or permission.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PermissionCheck
A check executed over a
Permission instance. |
interface |
ResourceCheck<C extends ResourceCheck>
A security check executed over a
Resource instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
PermissionCheckImpl
A check executed over a
Permission instance. |
class |
ResourceCheckImpl<C extends ResourceCheckImpl> |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCheck |
PermissionCheckImpl.denied(Command onDenied) |
AuthorizationCheck |
PermissionCheckImpl.granted(Command onGranted) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.