Search in sources :

Example 6 with SASLFrame

use of org.apache.qpid.server.protocol.v1_0.framing.SASLFrame in project qpid-broker-j by apache.

the class Interaction method sendPerformativeAndChainFuture.

private void sendPerformativeAndChainFuture(final SaslFrameBody frameBody) throws Exception {
    SASLFrame transportFrame = new SASLFrame(frameBody);
    sendPerformativeAndChainFuture(transportFrame);
}
Also used : SASLFrame(org.apache.qpid.server.protocol.v1_0.framing.SASLFrame)

Aggregations

SASLFrame (org.apache.qpid.server.protocol.v1_0.framing.SASLFrame)6 Binary (org.apache.qpid.server.protocol.v1_0.type.Binary)2 SaslOutcome (org.apache.qpid.server.protocol.v1_0.type.security.SaslOutcome)2 AuthenticatedPrincipal (org.apache.qpid.server.security.auth.AuthenticatedPrincipal)2 AnonymousAuthenticationManager (org.apache.qpid.server.security.auth.manager.AnonymousAuthenticationManager)2 Futures.allAsList (com.google.common.util.concurrent.Futures.allAsList)1 ArrayList (java.util.ArrayList)1 List (java.util.List)1 QpidByteBuffer (org.apache.qpid.server.bytebuffer.QpidByteBuffer)1 ConfiguredObject (org.apache.qpid.server.model.ConfiguredObject)1 Symbol (org.apache.qpid.server.protocol.v1_0.type.Symbol)1 SaslChallenge (org.apache.qpid.server.protocol.v1_0.type.security.SaslChallenge)1 SaslInit (org.apache.qpid.server.protocol.v1_0.type.security.SaslInit)1 SaslMechanisms (org.apache.qpid.server.protocol.v1_0.type.security.SaslMechanisms)1 Open (org.apache.qpid.server.protocol.v1_0.type.transport.Open)1 SubjectCreator (org.apache.qpid.server.security.SubjectCreator)1 SubjectAuthenticationResult (org.apache.qpid.server.security.auth.SubjectAuthenticationResult)1 AnonymousAuthenticationManagerFactory (org.apache.qpid.server.security.auth.manager.AnonymousAuthenticationManagerFactory)1 AMQPConnection (org.apache.qpid.server.transport.AMQPConnection)1 ConnectionScopedRuntimeException (org.apache.qpid.server.util.ConnectionScopedRuntimeException)1