Uses of Class
org.alfresco.repo.security.authentication.AuthenticationDiagnostic
-
Packages that use AuthenticationDiagnostic Package Description org.alfresco.repo.security.authentication -
-
Uses of AuthenticationDiagnostic in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication that return AuthenticationDiagnostic Modifier and Type Method Description AuthenticationDiagnostic
AuthenticationException. getDiagnostic()
Get the authentication diagnosticConstructors in org.alfresco.repo.security.authentication with parameters of type AuthenticationDiagnostic Constructor Description AuthenticationException(String msg, Object[] args, AuthenticationDiagnostic diagnostic)
Authentication ExceptionAuthenticationException(String msg, AuthenticationDiagnostic diagnostic)
Authentication ExceptionAuthenticationException(String msg, AuthenticationDiagnostic diagnostic, Object[] args, Throwable cause)
Authentication ExceptionAuthenticationException(String msg, AuthenticationDiagnostic diagnostic, Throwable cause)
Authentication Exception
-