org.silverpeas.authentication.exception
Interface AuthenticationExceptionVisitor
public interface AuthenticationExceptionVisitor
A processor of authentication exceptions. It is a visitor (see pattern visitor) of such exceptions
in order to perform the correct treatment corresponding to the type of the authentication exception.
visit
void visit(AuthenticationBadCredentialException ex)
throws AuthenticationException
- Throws:
AuthenticationException
visit
void visit(AuthenticationHostException ex)
throws AuthenticationException
- Throws:
AuthenticationException
visit
void visit(AuthenticationException ex)
throws AuthenticationException
- Throws:
AuthenticationException
visit
void visit(AuthenticationPwdNotAvailException ex)
throws AuthenticationException
- Throws:
AuthenticationException
visit
void visit(AuthenticationPasswordAboutToExpireException ex)
throws AuthenticationException
- Throws:
AuthenticationException
visit
void visit(AuthenticationPwdChangeNotAvailException ex)
throws AuthenticationException
- Throws:
AuthenticationException
Copyright © 2016 Silverpeas. All Rights Reserved.