org.objectweb.joram.mom.amqp.marshalling
Class AMQP.Connection.Secure
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingMethod
org.objectweb.joram.mom.amqp.marshalling.AMQP.Connection.Secure
- All Implemented Interfaces:
- FrameBuilder
- Enclosing class:
- AMQP.Connection
public static class AMQP.Connection.Secure
- extends AbstractMarshallingMethod
The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other. This method challenges the client to provide more information.
Field Summary |
LongString |
challenge
Challenge information, a block of opaque binary data passed to the security mechanism. |
static int |
INDEX
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
challenge
public LongString challenge
- Challenge information, a block of opaque binary data passed to the security mechanism.
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
AMQP.Connection.Secure
public AMQP.Connection.Secure(LongString challenge)
- The SASL protocol works by exchanging challenges and responses until both peers have received sufficient information to authenticate each other. This method challenges the client to provide more information.
AMQP.Connection.Secure
public AMQP.Connection.Secure()
getMethodId
public int getMethodId()
- Specified by:
getMethodId
in class AbstractMarshallingMethod
getMethodName
public java.lang.String getMethodName()
- Specified by:
getMethodName
in class AbstractMarshallingMethod
getClassId
public int getClassId()
- Specified by:
getClassId
in class AbstractMarshallingMethod
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in class AbstractMarshallingMethod
readFrom
public void readFrom(AMQPInputStream in)
throws java.io.IOException
- Specified by:
readFrom
in class AbstractMarshallingMethod
- Throws:
java.io.IOException
writeTo
public void writeTo(AMQPOutputStream out)
throws java.io.IOException
- Specified by:
writeTo
in class AbstractMarshallingMethod
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved