Uses of Class
net.pleso.auth.client.AuthenticationException

Packages that use AuthenticationException
net.pleso.auth.client   
net.pleso.auth.server   
 

Uses of AuthenticationException in net.pleso.auth.client
 

Methods in net.pleso.auth.client that throw AuthenticationException
 UserInfo AuthService.getUserInfo()
          Gets authenticated user information.
 java.lang.String[] AuthService.isAuth()
          Check is user authenticated.
 java.lang.String[] AuthService.loginUser(UserInfo user)
          Login user with login and password information.
 

Uses of AuthenticationException in net.pleso.auth.server
 

Methods in net.pleso.auth.server that throw AuthenticationException
 java.lang.String[] IAuthProvider.getAuthClasses(java.util.Properties authProps)
          Returns a array of classes to which the user has access.
static java.util.Properties DefaultAuthServiceImpl.getAuthProps(javax.servlet.http.HttpServletRequest request)
          Statically gets authentication properties by external HttpServletRequest instance.
 UserInfo DefaultAuthServiceImpl.getUserInfo()
           
 java.lang.String[] DefaultAuthServiceImpl.isAuth()
           
 java.lang.String[] DefaultAuthServiceImpl.loginUser(UserInfo user)
           
 



Copyright © 2006-2007 pleso.net crew All Rights Reserved.