Interface JaccService

  • All Superinterfaces:
    java.io.Serializable, Service

    @Deprecated
    public interface JaccService
    extends Service
    Deprecated.
    Support for JACC will be removed in 6.0
    Service describing Hibernate integration with JACC for security service.
    • Method Detail

      • getContextId

        java.lang.String getContextId()
        Deprecated.
        Obtain the JACC context-id in effect for this service. null indicates no context is in effect (service is disabled).
        Returns:
        The effective JACC context-id
      • addPermission

        void addPermission​(GrantedPermission permissionDeclaration)
        Deprecated.