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
Modifier and TypeMethodDescriptionid()Return the identifier of this type.default booleanReturnstrueif 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()Returnstrueif this resource type is related to a database. Examples of resource types related to databases areCoreResourceType.DATABASE,CoreResourceType.DATABASE_METADATAandCoreResourceType.NAMED_GRAPH.- Returns:
trueif this resource type is related to a database
-