Category "jython"

How to install additional python packages in Gluu

There's a requirement for hashing/cryptography. While User onboarding one of the user's attributes needs to be persisted as a hash and during login the user-pro

Right outer join with multiple where conditions

I'm having some issues returning any results from my SQL query. I'm pretty sure it's got something to do with the WHERE condition. I want only certain RULE_ID

Jython code stopped working after upgrade from 2.7.1 to 2.7.2

// MyPythonObject.java import org.python.core.PyObject; import org.python.expose.ExposedClassMethod; import org.python.expose.ExposedType; @ExposedType public