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.


Method Summary
 void visit(AuthenticationBadCredentialException ex)
           
 void visit(AuthenticationException ex)
           
 void visit(AuthenticationHostException ex)
           
 void visit(AuthenticationPasswordAboutToExpireException ex)
           
 void visit(AuthenticationPwdChangeNotAvailException ex)
           
 void visit(AuthenticationPwdNotAvailException ex)
           
 

Method Detail

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.