Uses of Class
org.hibernate.secure.spi.PermissibleAction
-
Packages that use PermissibleAction Package Description org.hibernate.secure.spi -
-
Uses of PermissibleAction in org.hibernate.secure.spi
Methods in org.hibernate.secure.spi that return PermissibleAction Modifier and Type Method Description PermissibleAction
GrantedPermission. getPermissibleAction()
Deprecated.static PermissibleAction
PermissibleAction. interpret(java.lang.String action)
Deprecated.static PermissibleAction
PermissibleAction. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static PermissibleAction[]
PermissibleAction. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.secure.spi with parameters of type PermissibleAction Modifier and Type Method Description void
JaccService. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)
Deprecated.
-