Package org.teiid.query.function.source
Class SecuritySystemFunctions
- java.lang.Object
-
- org.teiid.query.function.source.SecuritySystemFunctions
-
public class SecuritySystemFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description SecuritySystemFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasRole(CommandContext context, String roleName)
static boolean
hasRole(CommandContext context, String roleType, String roleName)
-
-
-
Field Detail
-
DATA_ROLE
public static final String DATA_ROLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasRole
public static boolean hasRole(CommandContext context, String roleName)
-
hasRole
public static boolean hasRole(CommandContext context, String roleType, String roleName)
-
-