Try OpenEdge Now
skip to main content
Administration
OERealm : Implementing OERealm
 

Implementing OERealm

The OERealm server class runs in a Session-Free AppServer as a Singleton OOABL class. To implement the OERealm Server Class, do the following:
1. Implement the IHybridRealm Interface
2. Implement the necessary methods
3. Implement security in OERealm Class(Optional)
* Implement the IHybridRealm Interface
* Implementing necessary methods
* Implementing security in OE Realm Class(optional)