public class AuthenticationDiagnostic extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
STEP_KEY_LDAP_AUTHENTICATION |
static String |
STEP_KEY_LDAP_CONNECTED |
static String |
STEP_KEY_LDAP_CONNECTING |
static String |
STEP_KEY_LDAP_FORMAT_USER |
static String |
STEP_KEY_LDAP_LOOKEDUP_USER |
static String |
STEP_KEY_LDAP_LOOKUP_USER |
static String |
STEP_KEY_LDAP_SEARCH |
static String |
STEP_KEY_VALIDATION |
static String |
STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_ACTIVE |
static String |
STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_FOUND |
Constructor and Description |
---|
AuthenticationDiagnostic() |
Modifier and Type | Method and Description |
---|---|
void |
addStep(AuthenticationStep step) |
void |
addStep(String key,
boolean success) |
void |
addStep(String key,
boolean success,
Object[] args) |
List<AuthenticationStep> |
getSteps() |
public static final String STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_FOUND
public static final String STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_ACTIVE
public static final String STEP_KEY_VALIDATION
public static final String STEP_KEY_LDAP_CONNECTING
public static final String STEP_KEY_LDAP_CONNECTED
public static final String STEP_KEY_LDAP_AUTHENTICATION
public static final String STEP_KEY_LDAP_LOOKUP_USER
public static final String STEP_KEY_LDAP_LOOKEDUP_USER
public static final String STEP_KEY_LDAP_FORMAT_USER
public static final String STEP_KEY_LDAP_SEARCH
public void addStep(AuthenticationStep step)
public void addStep(String key, boolean success)
key
- Stringsuccess
- booleanpublic void addStep(String key, boolean success, Object[] args)
key
- Stringsuccess
- booleanargs
- Object[]public List<AuthenticationStep> getSteps()
Copyright © 2005–2017 Alfresco Software. All rights reserved.