Uses of Class
org.apache.qpid.jms.sasl.SaslSecurityRuntimeException
-
Packages that use SaslSecurityRuntimeException Package Description org.apache.qpid.jms.sasl -
-
Uses of SaslSecurityRuntimeException in org.apache.qpid.jms.sasl
Methods in org.apache.qpid.jms.sasl that throw SaslSecurityRuntimeException Modifier and Type Method Description static 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.
-