Interface SecurityResourceType


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

      • id

        java.lang.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