|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.ldap.handlers.bind.SaslConstants
public class SaslConstants
SASL Constants used to store informations releated to the Challenge/response exchange during the SASL negociation.
Field Summary | |
---|---|
static java.lang.String |
LDAP_PROTOCOL
A key constant used when creating a SaslServer |
static java.lang.String |
SASL_AUTHENT_USER
A key constant for storing the authenticated user |
static java.lang.String |
SASL_CREDS
A key constant for storing the evaluated credentials |
static java.lang.String |
SASL_FILTER
A key constant representing the SASL IoFilter |
static java.lang.String |
SASL_HOST
A key constant for storing the SASL host in the session |
static java.lang.String |
SASL_MECH
A key constant for storing the current mechanism |
static java.lang.String |
SASL_MECH_HANDLER
A key constant representing the SASL mechanism handler |
static java.lang.String |
SASL_PROPS
A key constant representing the SASL properties |
static java.lang.String |
SASL_QOP
A key constant for storing the Quality Of Protection |
static java.lang.String |
SASL_REALM
A key constant for storing the realm |
static java.lang.String |
SASL_SERVER
A key constant for storing the SASL Server in the session. |
static java.lang.String |
SASL_USER_BASE_DN
A key constant for storing the place where we are to search for user's pasword |
Constructor Summary | |
---|---|
SaslConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SASL_SERVER
public static final java.lang.String SASL_HOST
public static final java.lang.String LDAP_PROTOCOL
public static final java.lang.String SASL_USER_BASE_DN
public static final java.lang.String SASL_MECH
public static final java.lang.String SASL_AUTHENT_USER
public static final java.lang.String SASL_CREDS
public static final java.lang.String SASL_QOP
public static final java.lang.String SASL_REALM
public static final java.lang.String SASL_PROPS
public static final java.lang.String SASL_MECH_HANDLER
public static final java.lang.String SASL_FILTER
Constructor Detail |
---|
public SaslConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |