Class ClientSecurityUtilities


  • public class ClientSecurityUtilities
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientSecurityUtilities

        public ClientSecurityUtilities()
    • 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