Uses of Interface
org.glassfish.api.admin.AdminCommandSecurity.AccessCheckProvider
-
Packages that use AdminCommandSecurity.AccessCheckProvider Package Description com.sun.enterprise.config.modularity.command com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.commands All the general utility admin commands may be placed in this package.org.glassfish.admin.cli.resources org.glassfish.config.support org.glassfish.deployment.admin -
-
Uses of AdminCommandSecurity.AccessCheckProvider in com.sun.enterprise.config.modularity.command
Classes in com.sun.enterprise.config.modularity.command that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classCreateModuleConfigCommandA remote command to create the default configuration for a given service using the snippets available in the relevant module.classDeleteModuleConfigCommandA remote command to delete a module's configuration.classGetActiveConfigCommandGet the current active configuration of a service and print it out for the user's review. -
Uses of AdminCommandSecurity.AccessCheckProvider in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classCreateSystemPropertiesCreate System Properties Command Adds or updates one or more system properties of the domain, configuration, cluster, or server instance Usage: create-system-properties [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] (name=value)[:name=value]*classDeleteSystemPropertyDelete System Property Command Removes one system property of the domain, configuration, cluster, or server instance, at a time Usage: delete-system-property [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [ --passwordfile file_name] [--target target(Default server)] property_nameclassGetCommandUser: Jerome Dochez Date: Jul 10, 2008 Time: 12:17:26 AMclassListCommandUser: Jerome Dochez Date: Jul 12, 2008 Time: 1:27:53 AMclassListSystemPropertiesList System Properties Command Lists the system properties of the domain, configuration, cluster, or server instance Usage: lists-system-properties [--terse={true|false}][ --echo={true|false} ] [ --interactive={true|false} ] [ --host host] [--port port] [--secure| -s ] [ --user admin_user] [--passwordfile filename] [--help] [target_name]classSetCommandUser: Jerome Dochez Date: Jul 11, 2008 Time: 4:39:05 AM -
Uses of AdminCommandSecurity.AccessCheckProvider in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classListJobsCommandThis command will list the jobs related information Currently it prints the jobId, name, time of execution,user and the state -
Uses of AdminCommandSecurity.AccessCheckProvider in org.glassfish.admin.cli.resources
Classes in org.glassfish.admin.cli.resources that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classCreateResourceRefCreate Resource Ref CommandclassListResourceRefsList Resource Refs Command -
Uses of AdminCommandSecurity.AccessCheckProvider in org.glassfish.config.support
Classes in org.glassfish.config.support that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classGenericCreateCommandGeneric create command implementation.classGenericDeleteCommandImplementation of the generic delete commandclassGenericListCommandGeneric list command implementation. -
Uses of AdminCommandSecurity.AccessCheckProvider in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin that implement AdminCommandSecurity.AccessCheckProvider Modifier and Type Class Description classCreateApplicationRefCommandCreate application ref commandclassCreateLifecycleModuleCommandCreate lifecycle modules.classDeleteApplicationRefCommandDelete application ref commandclassDeleteLifecycleModuleCommandDelete lifecycle modules.classDeployCommandDeploy commandclassDeployDirCommanddeploydir commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassGetApplicationLaunchURLsCommandclassGetHostAndPortCommandclassInstanceDeployCommandThe deploy command that runs on instanceclassInstanceLifecycleModuleCommandThe command to create application ref for lifecycle module on instanceclassListApplicationRefsCommandList application ref commandclassListApplicationsCommandclassListAppRefsCommandclassListComponentsCommandlist-components commandclassMTProvisionCommandclassMTUndeployCommandclassMTUnprovisionCommandclassPostDisableCommandclassPostEnableCommandclassPostStateCommandclassRemoveLibraryCommandclassShowComponentStatusCommandclassUndeployCommandUndeploys applications.
-