|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.xml.ElementState
ecologylab.services.messages.ServiceMessage<S>
ecologylab.services.messages.RequestMessage
ecologylab.services.messages.DisconnectRequest
ecologylab.services.authentication.messages.Logout
public class Logout
A Logout message indicates that the connnected client no longer wants to be connected.
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class ecologylab.services.messages.DisconnectRequest |
|---|
REUSABLE_INSTANCE |
| Fields inherited from class ecologylab.xml.ElementState |
|---|
CDATA, NORMAL, UTF16, UTF16_LE, UTF8 |
| Fields inherited from interface ecologylab.services.authentication.messages.AuthMessages |
|---|
LOGIN_FAILED_LOGGEDIN, LOGIN_FAILED_NO_IP_SUPPLIED, LOGIN_FAILED_PASSWORD, LOGIN_SUCCESSFUL, LOGOUT_FAILED_IP_MISMATCH, LOGOUT_FAILED_NOT_LOGGEDIN, LOGOUT_SUCCESSFUL, REQUEST_FAILED_NOT_AUTHENTICATED |
| Fields inherited from interface ecologylab.services.authentication.registryobjects.AuthServerRegistryObjects |
|---|
MAIN_AUTHENTICATABLE |
| Fields inherited from interface ecologylab.xml.XMLTranslationExceptionTypes |
|---|
FILE_NOT_FOUND, IO_EXCEPTION, NULL_PURL, UNKNOWN |
| Constructor Summary | |
|---|---|
Logout()
Should not normally be used; only for XML translations. |
|
Logout(AuthenticationListEntry entry)
Creates a new Logout object using the given AuthenticationListEntry object, indicating the user that should be logged out of the server. |
|
| Method Summary | |
|---|---|
AuthenticationListEntry |
getEntry()
|
ResponseMessage |
performService(Scope localScope)
Attempts to log the user specified by entry from the system; if they are already logged in; if not, sends a failure response. |
| Methods inherited from class ecologylab.services.messages.DisconnectRequest |
|---|
main |
| Methods inherited from class ecologylab.services.messages.RequestMessage |
|---|
errorRedirectUrl, isDisposable, okRedirectUrl |
| Methods inherited from class ecologylab.services.messages.ServiceMessage |
|---|
compareTo, getSender, getTimeStamp, getUid, setSender, setUid, stampTime |
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Logout()
public Logout(AuthenticationListEntry entry)
entry - -
the entry to use for this Logout object.| Method Detail |
|---|
public ResponseMessage performService(Scope localScope)
performService in class DisconnectRequestRequestMessage.performService(ecologylab.collections.Scope)public AuthenticationListEntry getEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||