|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.iiit.access.server.AccessServer
This is the AccessServer's main class.
Method Summary | |
static CachePluginIf |
getCachePlugin()
Get cache plug-in. |
static boolean |
getIgnoreCase()
Retrieves whether upper- and lower-case shall be ignored |
static ResolverPluginIf |
getResolverPlugin()
Get cache plug-in. |
static Configuration |
getSubConfiguration(String name)
Retrieve a single sub-configuration with a given name. |
static Vector |
getSubConfigurations(String name)
Get all sub-configurations of the current configuration with a given name |
static boolean |
getVerifyUser()
Retrieves the "VerifyUser"-flag. |
static void |
main(String[] args)
This is the main method of AccessServer. |
static void |
setIgnoreCase(boolean flag)
Sets whether the iiitAccessServer should ignore case or not. |
static void |
setVerifyUser(boolean flag)
Sets the "VerifyUser"-flag. |
static void |
shutDown()
Shuts the whole iiitAccessServer down. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ResolverPluginIf getResolverPlugin()
public static CachePluginIf getCachePlugin()
public static Configuration getSubConfiguration(String name)
name
- The name of the sub-configuration
public static Vector getSubConfigurations(String name)
name
- The name of the sub-configuration to retrieve
public static void shutDown()
public static void setIgnoreCase(boolean flag)
flag
- true forces ignoration of upper- and lower-case.public static boolean getIgnoreCase()
public static void setVerifyUser(boolean flag)
flag
- the flag as described above.public static boolean getVerifyUser()
setVerifyUser(boolean)
public static void main(String[] args)
args
- the command line arguments
|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |