Class Summary |
CheckActivationSystem |
Plugin which checks the liveness of the activation system. |
CheckActivationSystem.CheckActivationTask |
subtask to perform the actual check |
CheckCodebase |
Plugin which performs a variety of checks on codebase components. |
CheckCodebase.GetURLTask |
|
CheckConfig |
Check the configuration files for services identified by service descriptors
in the service starter configuration. |
CheckConfig.ConfigTask |
Subtask to load the configuration |
CheckConfig.GetGroupsTask |
Subtask which obtains all initialLookupGroups entries and
returns them in an array of GroupInfo objects. |
CheckJDK1_4 |
Check that the Java platform is at least version 1.4. |
CheckJDK1_4.JDK1_4Task |
Subtask to check the VM version. |
CheckJSKPlatform |
Check whether jsk-platform.jar is in the classpath
of the command-line being analyzed, and if the activation group
if there is one. |
CheckJSKPolicy |
Check whether jsk-policy.jar is installed in the extensions
directory. |
CheckJSKPolicy.JSKPolicyTask |
The task which checks the group VM. |
CheckJsseProps |
Checks whether various security oriented configuration files exist and are
accessible. |
CheckJsseProps.CheckLoginConfigInit |
Checks the existence and accessibility of the login configuration. |
CheckJsseProps.CheckProviderTask |
Checks the policy provider of the group. |
CheckJsseProps.GetGroupLoginConfigs |
Gets login configuration urls of the group. |
CheckLoggingConfig |
Checks the existence and readability of the logging configuration file
identified by the java.util.logging.config.file system
property, if that property is defined. |
CheckNoLoopback |
Checks that the return from InetAddress.getLocalHost()
is not a loopback address. |
CheckPersistence |
Check that the persistence directory supplied by any
SharedActivatableServiceDescriptor s are either non-existant or
empty. |
CheckPersistence.CheckDirTask |
Perform directory check with an active security policy in place. |
CheckPersistence.GetEntriesTask |
The subtask which obtains the list of persistence directory entries. |
CheckPolicy |
Check the security policy for existence, for valid syntax, and that it does
not grant AllPermissions to all protection domains. |
CheckPolicy.AllPermissionsTask |
Task the check the policy in a child VM. |
FileAccessCheckTask |
A subtask which checks for the accessibility of a file identified
by a system property. |