Uses of Class
com.uwyn.rife.authentication.exceptions.SessionValidatorException

Packages that use SessionValidatorException
com.uwyn.rife.authentication Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. 
com.uwyn.rife.authentication.sessionvalidators Provides implementation classes for the session validators. 
com.uwyn.rife.authentication.sessionvalidators.exceptions Provides exception classes for the session validators. 
 

Uses of SessionValidatorException in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication that throw SessionValidatorException
 int SessionValidator.validateSession(String authId, String hostIp, SessionAttributes attributes)
          Validates an existing session according to a set of attributes that define the context in which this validation occurs.
 

Uses of SessionValidatorException in com.uwyn.rife.authentication.sessionvalidators
 

Methods in com.uwyn.rife.authentication.sessionvalidators that throw SessionValidatorException
protected  int DatabaseSessionValidator._validateSession(Select sessionValidityNoRole, Select sessionValidityNoRoleRestrictHostIp, Select sessionValidityRole, Select sessionValidityRoleRestrictHostIp, ProcessSessionValidity processSessionValidity, String authId, String hostIp, SessionAttributes attributes)
           
 int BasicSessionValidator.validateSession(String authId, String hostIp, SessionAttributes attributes)
           
 

Uses of SessionValidatorException in com.uwyn.rife.authentication.sessionvalidators.exceptions
 

Subclasses of SessionValidatorException in com.uwyn.rife.authentication.sessionvalidators.exceptions
 class RoleCheckErrorException
           
 class SessionValidityCheckErrorException
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.