Uses of Class
org.apache.qpid.jms.sasl.SaslSecurityRuntimeException
Packages that use SaslSecurityRuntimeException
-
Uses of SaslSecurityRuntimeException in org.apache.qpid.jms.sasl
Methods in org.apache.qpid.jms.sasl that throw SaslSecurityRuntimeExceptionModifier and TypeMethodDescriptionstatic MechanismSaslMechanismFinder.findMatchingMechanism(String username, String password, Principal localPrincipal, Set<String> mechRestrictions, String... remoteMechanisms) Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer.