Interface | Description |
---|---|
Authentication |
Authentication interface.
|
Loggable |
This interface is used to acquire a Logger object defined in its children
|
UsersService |
Class | Description |
---|---|
Connection<T extends Authentication> |
Class implements connection to the service with authentication.
|
ConnectionInfo |
Composite object storing information to connect to the scheduler/rm
|
InputUserInfo | |
NoCallback |
A callback stub to
NoCallbackHandler . |
NoCallbackHandler |
CallbackHandler that actually does no callback, but takes its informations as
a map in the constructor and then gives them to all the callbacks given in
the handle method.
|
OutputUserInfo | |
UserData |
A class representing a user information
|
UserInfo |