Class ClientSecurityUtilities
java.lang.Object
com.inductiveautomation.ignition.client.script.ClientSecurityUtilities
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ClientSecurityUtilitiespublic ClientSecurityUtilities()
 
- 
- 
Method Details- 
getUserRolespublic org.python.core.PyTuple getUserRoles(org.python.core.PyObject[] values, String[] keywords) throws GatewayException - Throws:
- GatewayException
 
- 
validateUserpublic boolean validateUser(org.python.core.PyObject[] values, String[] keywords) throws GatewayException - Throws:
- GatewayException
 
- 
getUsername
- 
getRolespublic static org.python.core.PyTuple getRoles()
 
-