org.apache.qpid.management.common.sasl
Class Constants

java.lang.Object
  extended by org.apache.qpid.management.common.sasl.Constants

public class Constants
extends Object


Field Summary
static String MECH_CRAMMD5
           
static String MECH_PLAIN
           
static String SASL_CRAMMD5
           
static String SASL_PLAIN
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MECH_CRAMMD5

public static final String MECH_CRAMMD5
See Also:
Constant Field Values

MECH_PLAIN

public static final String MECH_PLAIN
See Also:
Constant Field Values

SASL_CRAMMD5

public static final String SASL_CRAMMD5
See Also:
Constant Field Values

SASL_PLAIN

public static final String SASL_PLAIN
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Licensed to the Apache Software Foundation