Class ClientSecurityUtilities
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.script.ClientSecurityUtilities
 
- 
 public class ClientSecurityUtilities extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ClientSecurityUtilities()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.python.core.PyTuplegetRoles()static java.lang.StringgetUsername()org.python.core.PyTuplegetUserRoles(org.python.core.PyObject[] values, java.lang.String[] keywords)booleanvalidateUser(org.python.core.PyObject[] values, java.lang.String[] keywords)
 
- 
- 
- 
Method Detail- 
getUserRolespublic org.python.core.PyTuple getUserRoles(org.python.core.PyObject[] values, java.lang.String[] keywords) throws GatewayException- Throws:
- GatewayException
 
 - 
validateUserpublic boolean validateUser(org.python.core.PyObject[] values, java.lang.String[] keywords) throws GatewayException- Throws:
- GatewayException
 
 - 
getUsernamepublic static java.lang.String getUsername() 
 - 
getRolespublic static org.python.core.PyTuple getRoles() 
 
- 
 
-