Customizing Login Behavior?

1
On this page in the docs it says: > Login behavior can be customized by implementing a custom Java action and registering it to be used instead of the default login action. How can you register an action in place of the default login action?  Can it be done via the modeler or is it some API call that must be made?  
asked
1 answers
0

You can write your own request handler (also in Java) and use that one instead of the regular login request handlers.

Regards,

Ronald

 

answered