|
Interface Summary |
| GroupExtension |
The main interface of the org.omus.ext package, used to build custom groups (or "rooms").
|
| KeyGenerator |
A key generated by a class that implements this interface can be used to encode
passwords on the client. |
| LoginExtension |
This interface is useful if you want to modify the way users are registered or logged in.
|
| LogoutExtension |
A logout extension can be written to modify the properties of the user
before they are written to the database. |
| PasswordDecoder |
Provides a method to deode an encrypted password. |