Package | Description |
---|---|
org.hibernate.secure.internal | |
org.hibernate.secure.spi |
Modifier and Type | Method and Description |
---|---|
void |
StandardJaccServiceImpl.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
void |
DisabledJaccServiceImpl.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
protected void |
AbstractJaccSecurableEventListener.performSecurityCheck(AbstractPreDatabaseOperationEvent event,
PermissibleAction action) |
protected void |
AbstractJaccSecurableEventListener.performSecurityCheck(SessionImplementor session,
PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
Modifier and Type | Method and Description |
---|---|
PermissibleAction |
GrantedPermission.getPermissibleAction() |
static PermissibleAction |
PermissibleAction.interpret(String action) |
static PermissibleAction |
PermissibleAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissibleAction[] |
PermissibleAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccService.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.