Uses of Interface
org.apache.qpid.protonj2.types.security.SaslPerformative.SaslPerformativeHandler
Packages that use SaslPerformative.SaslPerformativeHandler
Package
Description
-
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine with parameters of type SaslPerformative.SaslPerformativeHandlerModifier and TypeMethodDescription<E> voidSASLEnvelope.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) Invoke the correct handler based on the SASL performative contained in this envelope. -
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement SaslPerformative.SaslPerformativeHandlerModifier and TypeClassDescriptionclassHandler used to parse incoming frame data input into the engine -
Uses of SaslPerformative.SaslPerformativeHandler in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security with parameters of type SaslPerformative.SaslPerformativeHandlerModifier and TypeMethodDescription<E> voidSaslChallenge.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) <E> voidSaslInit.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) <E> voidSaslMechanisms.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) <E> voidSaslOutcome.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) <E> voidSaslPerformative.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context) <E> voidSaslResponse.invoke(SaslPerformative.SaslPerformativeHandler<E> handler, E context)