Class ClientSecurityUtilities
java.lang.Object
com.inductiveautomation.ignition.client.script.ClientSecurityUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.python.core.PyTuple
getRoles()
static String
org.python.core.PyTuple
getUserRoles
(org.python.core.PyObject[] values, String[] keywords) boolean
validateUser
(org.python.core.PyObject[] values, String[] keywords)
-
Constructor Details
-
ClientSecurityUtilities
public ClientSecurityUtilities()
-
-
Method Details
-
getUserRoles
public org.python.core.PyTuple getUserRoles(org.python.core.PyObject[] values, String[] keywords) throws GatewayException - Throws:
GatewayException
-
validateUser
public boolean validateUser(org.python.core.PyObject[] values, String[] keywords) throws GatewayException - Throws:
GatewayException
-
getUsername
-
getRoles
public static org.python.core.PyTuple getRoles()
-