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(java.lang.String username, java.lang.String password, java.security.Principal localPrincipal, java.util.Set<java.lang.String> mechRestrictions, java.lang.String... remoteMechanisms)Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer.
-