org.esupportail.cas.server.util |
|
Java Source File Name | Type | Comment |
BasicHandler.java | Class | This class implements a basic handler, without any property. |
MisconfiguredHandlerException.java | Class | This class implements an exception that should be used by handlers
to tell the main class that a handler was not configured correctly. |
RedundantHandler.java | Class | This abstract class implements a redundant handler, with a list
of servers that will be used for redundancy. |
Server.java | Class | This abstract class implements a generic server class, inherited
by DatabaseServer and LDAPServer. |