| Package | Description |
|---|---|
| com.sun.enterprise.config.modularity.command | |
| com.sun.enterprise.security.cli | |
| 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 | |
| org.glassfish.flashlight.cli | |
| org.glassfish.security.services.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateModuleConfigCommand
A remote command to create the default configuration for a given service using the snippets available in the relevant module.
|
class |
DeleteModuleConfigCommand
A remote command to delete a module's configuration.
|
class |
GetActiveConfigCommand
Get the current active configuration of a service and print it out for the user's review.
|
| Modifier and Type | Class and Description | ||
|---|---|---|---|
class |
ChangeAdminPassword
Change Admin Password Command
Usage: change-admin-password [--user admin_user] [--terse=false]
[--echo=false] [--host localhost] [--port 4848|4849]
[--secure | -s]
|
||
class |
CreateAuditModule
Create Audit Module Command
Usage: create-audit-module --classname classnme [--terse=false]
[--echo=false] [--interactive=true] [--host localhost]
[--port 4848|4849] [--secure | -s] [--user admin_user]
[--passwordfile file_name] [--property (name=value)
[:name=value]*] [--target target(Default server)] audit_module_name
domain.xml element example
|
||
class |
CreateAuthRealm
CLI command to create Authentication Realm
Usage: create-auth-realm --classname realm_class [--terse=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--property (name=value)[:name=value]*]
[--echo=false] [--target target(Default server)] auth_realm_name
domain.xml element example
|
||
class |
CreateFileUser
Create File User Command
Usage: create-file-user [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure | -s]
[--user admin_user] [--userpassword admin_passwd]
[--passwordfile file_name] [--groups user_groups[:user_groups]*]
[--authrealmname authrealm_name] [--target target(Default server)]
username
|
||
class |
CreateJACCProvider
Create Jacc Provider Command
Usage: create-jacc-provider --policyconfigfactoryclass pc_factory_class
--policyproviderclass pol_provider_class
[--help] [--user admin_user] [--passwordfile file_name]
[ --property (name=value)[:name=value]*]
[ --target target_name] jacc_provider_name
domain.xml element example
|
||
class |
CreateMessageSecurityProvider
Create Message Security Provider Command
Usage: create-message-security-provider [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--target target(Default server)] [--layer message_layer=SOAP]
[--providertype provider_type] [--requestauthsource request_auth_source]
[--requestauthrecipient request_auth_recipient]
[--responseauthsource response_auth_source]
[--responseauthrecipient response_auth_recipient] [--isdefaultprovider]
[--property (name=value)[:name=value]*] --classname provider_class
provider_name
domain.xml element example
|
||
class |
DeleteAuditModule
Delete Audit Module Command
Usage: delete-audit-module [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--target target(Default server)] auth_realm_name
|
||
class |
DeleteAuthRealm
Delete Auth Realm Command
Usage: delete-auth-realm [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--target target(Default server)] auth_realm_name
|
||
class |
DeleteFileUser
Delete File User Command
Usage: delete-file-user [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user]
[--passwordfile file_name] [--authrealmname authrealm_name]
[--target target(Default server)] username
|
||
class |
DeleteJaccProvider
Usage: delete-jacc-provider
[--help] [--user admin_user] [--passwordfile file_name]
[ --target target_name] jacc_provider_name
|
||
class |
DeleteMessageSecurityProvider
Delete Message Security Provider Command
Usage: delete-message-security-provider --layer message_layer [--terse=false]
[--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--target target(Defaultserver)] provider_name
|
||
class |
DeletePasswordAlias
Delete Password Alias Command
Usage: delete-password-alias [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname
Result of the command is that:
The entry of the form: aliasname= class ListAuditModule
List Audit Modules Command
Usage: list-audit-modules [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure | -s]
[--user admin_user] [--passwordfile file_name] [target(Default server)]
| ||
class |
ListAuthRealm
List Auth Realms Command
Usage: list-auth-realms [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure | -s]
[--user admin_user] [--passwordfile file_name] [target(Default server)]
|
||
class |
ListFileGroup
List File GroupsCommand
Usage: list-file-groups [--terse={true|false}][ --echo={true|false} ]
[ --interactive={true|false} ] [--host host] [--port port]
[--secure| -s ] [--user admin_user] [--passwordfile filename]
[--help] [--name username] [--authrealmname auth_realm_name] [ target]
|
||
class |
ListFileUser
List File Users Command
Usage: list-file-users [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user]
[--passwordfile file_name] [--authrealmname authrealm_name]
[target(Default server)]
|
||
class |
ListJaccProviders
Usage: list-jacc-providers
[--help] [--user admin_user] [--passwordfile file_name]
[target(Default server)]
|
||
class |
ListMessageSecurityProvider
List Message Security Providers Command
Usage: list-message-security-providers [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
[--layer message_layer] [target(Default server)]
|
||
class |
UpdateFileUser
Update File User Command
Usage: update-file-user [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name] [--userpassword admin_passwd] [--groups
user_groups[:user_groups]*] [--authrealmname authrealm_name] [--target target(Default server)] username
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateProfiler
Create Profiler Command
|
class |
CreateSystemProperties
Create 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]*
|
class |
DeleteProfiler
Delete JDBC Resource command
|
class |
DeleteSystemProperty
Delete 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_name
|
class |
GetCommand
User: Jerome Dochez
Date: Jul 10, 2008
Time: 12:17:26 AM
|
class |
ListCommand
User: Jerome Dochez
Date: Jul 12, 2008
Time: 1:27:53 AM
|
class |
ListSystemProperties
List 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]
|
class |
SetCommand
User: Jerome Dochez Date: Jul 11, 2008 Time: 4:39:05 AM
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateJvmOptions
Creates given JVM options in server's configuration.
|
class |
CreateThreadpool
Create Thread Pool Command
|
class |
DeleteJvmOptions
Deletes given JVM options in server's configuration.
|
class |
DeleteThreadpool |
class |
ListJvmOptions
Lists the JVM options configured in server's configuration.
|
class |
ListThreadpools
List Thread Pools command
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateResourceRef
Create Resource Ref Command
|
class |
DeleteResourceRef
Delete Resource Ref Command
|
class |
ListResourceRefs
List Resource Refs Command
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericCreateCommand
Generic create command implementation.
|
class |
GenericCrudCommand
services pertinent to generic CRUD command implementations
|
class |
GenericDeleteCommand
Implementation of the generic delete command
|
class |
GenericListCommand
Generic list command implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteApplicationRefCommand
Delete application ref command
|
class |
DeployCommand
Deploy command
|
class |
DeployDirCommand
deploydir command
|
class |
DisableCommand
Disable command
|
class |
EnableCommand
Enable command
|
class |
GetClientStubsCommand |
class |
PostDisableCommand |
class |
PostEnableCommand |
class |
PostStateCommand |
class |
ShowComponentStatusCommand |
class |
UndeployCommand
Undeploys applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisableMonitoring |
class |
EnableMonitoring |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateLoginModuleConfig
General create LoginModule config command.
|
class |
CreateSecurityProvider
General create security provider command.
|
class |
CreateSecurityService
General create security service command.
|
class |
LDAPAdminAccessConfigurator
A convenience command to configure LDAP for administration.
|
Copyright © 2019. All rights reserved.