Package io.stargate.auth.entity
Class EntitySelector
- java.lang.Object
-
- io.stargate.auth.entity.EntitySelector
-
public class EntitySelector extends Object
Identifies an entity (e.g. a keyspace) or a group of entities (e.g. all tables in a keyspace).A "wildcard" selector, means "all resources" within their scope.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntitySelectorbyName(String name)StringgetEntityName()booleanisWildcard()StringtoString()static EntitySelectorwildcard()
-
-
-
Method Detail
-
byName
public static EntitySelector byName(String name)
-
wildcard
public static EntitySelector wildcard()
-
getEntityName
public String getEntityName()
-
isWildcard
public boolean isWildcard()
-
-