Uses of Class
com.tensegrity.palowebviewer.modules.engine.client.exceptions.AuthenticationException

Packages that use AuthenticationException
com.tensegrity.palowebviewer.modules.engine.client.exceptions   
com.tensegrity.palowebviewer.server.security   
 

Uses of AuthenticationException in com.tensegrity.palowebviewer.modules.engine.client.exceptions
 

Subclasses of AuthenticationException in com.tensegrity.palowebviewer.modules.engine.client.exceptions
 class InvalidLoginOrPasswordException
          This exception is thrown, when user credentials (user/password) are invalid.
 

Uses of AuthenticationException in com.tensegrity.palowebviewer.server.security
 

Methods in com.tensegrity.palowebviewer.server.security that throw AuthenticationException
 IUser TestEnviromentAuthenificator.authentificate(java.lang.String login, java.lang.String password)
           
 IUser IAuthenificator.authentificate(java.lang.String login, java.lang.String password)
          Authenificate user by login and password
 IUser TestEnviromentAuthenificator.hashAuthentificate(java.lang.String login, java.lang.String hash)
           
 IUser IAuthenificator.hashAuthentificate(java.lang.String login, java.lang.String hash)
          Authenificate user by login and password hash