Implementing Custom Login Module
The custom login module uses the LoginModule of Java Authentication and Authorization Service ( JAAS).
TIBCO API Exchange Gateway provides an abstract LoginModule class that implements the JAAS LoginModule. You must extend the abstract LoginModule, as required.
For example, you can extend the abstract LoginModule for the following functionality:
- Abstract LoginModule
The CelmAbstractLoginModule is an abstract login module class. - Custom LoginModule
The custom login module class must be extended from CelmAbstractLoginModule abstract base class.
Copyright © Cloud Software Group, Inc. All rights reserved.
