|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.sdsc.inca.protocol.MessageHandler edu.sdsc.inca.protocol.VerifyProtocolVersion
public class VerifyProtocolVersion
Constructor Summary | |
---|---|
VerifyProtocolVersion()
|
Method Summary | |
---|---|
void |
execute(ProtocolReader reader,
ProtocolWriter writer,
java.lang.String dn)
Service an incoming request from a specified client DN, using specified i/o streams. |
Methods inherited from class edu.sdsc.inca.protocol.MessageHandler |
---|
errorReply, forbid, isPermitted, permit, permittees, resetPermissions, setPermissionsPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyProtocolVersion()
Method Detail |
---|
public void execute(ProtocolReader reader, ProtocolWriter writer, java.lang.String dn) throws java.lang.Exception
MessageHandler
execute
in class MessageHandler
reader
- the reader connected to the clientwriter
- the writer connected to the clientdn
- the DN of the client, null if no authentication
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |