Package ecologylab.services.authentication.messages

Interface Ecology Lab Distributed Services Authentication Framework -- authentication messages.

See:
          Description

Interface Summary
AuthMessages Interface that contains the list of constant Strings used for Authentication messages.
 

Class Summary
Login Used to log into a server that requires authentication; carries username and password information in strings, and checks them against "authenticationList" in the objectRegistry.
LoginStatusResponse Indicates the response from the server regarding an attempt to log in.
Logout A Logout message indicates that the connnected client no longer wants to be connected.
LogoutStatusResponse Indicates the response from the server regarding an attempt to log out.
 

Package ecologylab.services.authentication.messages Description

Interface Ecology Lab Distributed Services Authentication Framework -- authentication messages.