Class ClientSecurityUtilities
java.lang.Object
com.inductiveautomation.ignition.client.script.ClientSecurityUtilities
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.python.core.PyTuplegetRoles()static Stringorg.python.core.PyTuplegetUserRoles(org.python.core.PyObject[] values, String[] keywords) booleanvalidateUser(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() 
 -