Class AuthenticationDiagnostic
java.lang.Object
org.alfresco.repo.security.authentication.AuthenticationDiagnostic
- All Implemented Interfaces:
Serializable
Diagnostic information for a failed authentication.
Contains a list of steps which have failed or succeeded.
The key and arguments can be used to form human readable messages from a message bundle.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_FOUND
- See Also:
-
STEP_KEY_VALIDATION_AUTHENTICATOR_NOT_ACTIVE
- See Also:
-
STEP_KEY_VALIDATION
- See Also:
-
STEP_KEY_LDAP_CONNECTING
- See Also:
-
STEP_KEY_LDAP_CONNECTED
- See Also:
-
STEP_KEY_LDAP_AUTHENTICATION
- See Also:
-
STEP_KEY_LDAP_LOOKUP_USER
- See Also:
-
STEP_KEY_LDAP_LOOKEDUP_USER
- See Also:
-
STEP_KEY_LDAP_FORMAT_USER
- See Also:
-
STEP_KEY_LDAP_SEARCH
- See Also:
-
-
Constructor Details
-
AuthenticationDiagnostic
public AuthenticationDiagnostic()
-
-
Method Details
-
addStep
-
addStep
- Parameters:
key
- Stringsuccess
- boolean
-
addStep
- Parameters:
key
- Stringsuccess
- booleanargs
- Object[]
-
getSteps
-