Package org.hibernate.secure.spi
Interface JaccService
-
- All Superinterfaces:
Serializable,Service
@Deprecated public interface JaccService extends Service
Deprecated.Support for JACC will be removed in 6.0Service describing Hibernate integration with JACC for security service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddPermission(GrantedPermission permissionDeclaration)Deprecated.voidcheckPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)Deprecated.StringgetContextId()Deprecated.Obtain the JACC context-id in effect for this service.
-
-
-
Method Detail
-
getContextId
String getContextId()
Deprecated.Obtain the JACC context-id in effect for this service.nullindicates no context is in effect (service is disabled).- Returns:
- The effective JACC context-id
-
addPermission
void addPermission(GrantedPermission permissionDeclaration)
Deprecated.
-
checkPermission
void checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)
Deprecated.
-
-