public abstract class DOServerOperationContext extends java.lang.Object implements DOOperationContext
| Constructor and Description |
|---|
DOServerOperationContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.net.InetAddress |
getClientAddress() |
abstract DOClient |
getDOClientWithForwardedAuthentication(java.lang.String clientID)
Return a DOClient instance that forwards any authentication challenges back to
the DOP client on the other end of this connection.
|
java.lang.String |
getLogEntry(net.cnri.util.ThreadSafeDateFormat dateFmt,
boolean authenticated)
Return a line of text that represents this request in the log file
|
java.lang.String |
toString()
Return a String description of this operation
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitauthenticateCaller, authenticateCredential, getCallerID, getConnectionMapping, getCredentialIDs, getOperationHeaders, getOperationID, getServerID, getStorage, getTargetObjectID, performOperation, setConnectionMappingpublic abstract java.net.InetAddress getClientAddress()
public final java.lang.String getLogEntry(net.cnri.util.ThreadSafeDateFormat dateFmt,
boolean authenticated)
public abstract DOClient getDOClientWithForwardedAuthentication(java.lang.String clientID)
public java.lang.String toString()
toString in class java.lang.Object