public class LogoutRequest extends Object implements Request
| Constructor and Description |
|---|
LogoutRequest() |
LogoutRequest(Object securityIdentity) |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
getRequestType() |
Object |
getSecurityIdentity() |
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData)
Set the protocol metadata that can be used for versioned requests
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public LogoutRequest()
public LogoutRequest(Object securityIdentity)
public void setMetaData(ProtocolMetaData metaData)
RequestsetMetaData in interface RequestmetaData - ProtocolMetaDatapublic RequestType getRequestType()
getRequestType in interface Requestpublic Object getSecurityIdentity()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in interface RequestIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in interface RequestIOExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.