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 PermissibleActionGrantedPermission. getPermissibleAction()Deprecated.static PermissibleActionPermissibleAction. interpret(java.lang.String action)Deprecated.static PermissibleActionPermissibleAction. 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 voidJaccService. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)Deprecated.
-