Uses of Class
com.rabbitmq.jms.client.AuthenticationMechanism
-
Packages that use AuthenticationMechanism Package Description com.rabbitmq.jms.admin com.rabbitmq.jms.client -
-
Uses of AuthenticationMechanism in com.rabbitmq.jms.admin
Methods in com.rabbitmq.jms.admin with parameters of type AuthenticationMechanism Modifier and Type Method Description voidRMQConnectionFactory. setAuthenticationMechanism(AuthenticationMechanism authenticationMechanism)Sets the authentication mechanism to use. -
Uses of AuthenticationMechanism in com.rabbitmq.jms.client
Methods in com.rabbitmq.jms.client that return AuthenticationMechanism Modifier and Type Method Description static AuthenticationMechanismAuthenticationMechanism. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticationMechanism[]AuthenticationMechanism. values()Returns an array containing the constants of this enum type, in the order they are declared.
-