Package com.complexible.stardog.security
Interface SecurityResourceType
-
public interface SecurityResourceType
Interface for security resource types.- Since:
- 1.2
- Version:
- 1.2
- Author:
- Hector Perez-Urbina
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.String
id()
Return the identifier of this type.default boolean
isDatabaseType()
Returnstrue
if this resource type is related to a database.
-
-
-
Method Detail
-
id
java.lang.String id()
Return the identifier of this type.- Returns:
- the id
-
isDatabaseType
default boolean isDatabaseType()
Returnstrue
if this resource type is related to a database. Examples of resource types related to databases areCoreResourceType.DATABASE
,CoreResourceType.DATABASE_METADATA
andCoreResourceType.NAMED_GRAPH
.- Returns:
true
if this resource type is related to a database
-
-