Class ClientSecurityUtilities
- java.lang.Object
-
- com.inductiveautomation.ignition.client.script.ClientSecurityUtilities
-
public class ClientSecurityUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientSecurityUtilities()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.python.core.PyTuple
getRoles()
static java.lang.String
getUsername()
org.python.core.PyTuple
getUserRoles(org.python.core.PyObject[] values, java.lang.String[] keywords)
boolean
validateUser(org.python.core.PyObject[] values, java.lang.String[] keywords)
-
-
-
Method Detail
-
getUserRoles
public org.python.core.PyTuple getUserRoles(org.python.core.PyObject[] values, java.lang.String[] keywords) throws GatewayException
- Throws:
GatewayException
-
validateUser
public boolean validateUser(org.python.core.PyObject[] values, java.lang.String[] keywords) throws GatewayException
- Throws:
GatewayException
-
getUsername
public static java.lang.String getUsername()
-
getRoles
public static org.python.core.PyTuple getRoles()
-
-