Interface SecurityResourceType


public interface SecurityResourceType
Interface for security resource types.
Since:
1.2
Version:
1.2
Author:
Hector Perez-Urbina
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Return the identifier of this type.
    default boolean
    Returns true if this resource type is related to a database.
  • Method Details

    • id

      String id()
      Return the identifier of this type.
      Returns:
      the id
    • isDatabaseType

      default boolean isDatabaseType()
      Returns true if this resource type is related to a database. Examples of resource types related to databases are CoreResourceType.DATABASE, CoreResourceType.DATABASE_METADATA and CoreResourceType.NAMED_GRAPH.
      Returns:
      true if this resource type is related to a database