com.sibvisions.rad.server
Interface ISessionValidator
public interface ISessionValidator
The ISessionValidator
is a simple interface for Session validation. It
will be used at session construction time.
validate
void validate(ISession pSession,
ISecurityManager pSecurityManager)
throws java.lang.Exception
- Checks if session creation is valid.
- Parameters:
pSession
- the session to checkpSecurityManager
- the security manager instance
- Throws:
java.lang.Exception
- if creation should be canceled
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.