Uses of Class
org.glassfish.api.admin.RestEndpoints
-
-
Uses of RestEndpoints in com.sun.enterprise.admin.cli.schemadoc
Classes in com.sun.enterprise.admin.cli.schemadoc with annotations of type RestEndpoints Modifier and Type Class Description classGenerateDomainSchema -
Uses of RestEndpoints in com.sun.enterprise.admin.commands
Classes in com.sun.enterprise.admin.commands with annotations of type RestEndpoints Modifier and Type Class Description classCreateSslCreate Ssl Command Usage: create-ssl --type [http-listener|iiop-listener|iiop-service|protocol] --certname cert_name [--ssl3tlsciphers ssl3tlsciphers] [--tlsrollbackenabled=true] [--clientauthenabled=false] [--target target(Default server)] [listener_id|protocol_id] domain.xml element example <ssl cert-nickname="s1as" client-auth-enabled="false" tls-enabled="true" tls-rollback-enabled="true"/> -
Uses of RestEndpoints in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classDisableSecureAdminCommandAdjusts the DAS configuration to turn off secure admin, as if by executing these commands:classEnableSecureAdminCommandRecords that secure admin is to be used and adjusts each admin listener configuration in the domain to use secure admin. -
Uses of RestEndpoints in com.sun.enterprise.security.cli
Classes in com.sun.enterprise.security.cli with annotations of type RestEndpoints Modifier and Type Class Description classCreateFileUserCreate 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)] usernameclassCreatePasswordAliasCreate Password Alias Command Usage: create-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:/ /config/domain-passwords file gets appended with the entry of the form: aliasname= A user can use this aliased password now in setting passwords in domain.xml. classDeleteFileUserDelete 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)] usernameclassDeletePasswordAliasDelete 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=in / /config/domain-passwords file is removed domain.xml example entry is: classListAuditModuleList 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)]classListAuthRealmList 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)]classListFileGroupList 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]classListFileUserList 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)]classListJaccProvidersUsage: list-jacc-providers [--help] [--user admin_user] [--passwordfile file_name] [target(Default server)]classListMessageSecurityProviderList 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)]classListPasswordAliasList Password Aliases Command Usage: list-password-aliases [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] Result of the command is that:/ /config/domain-passwords file gets appended with the entry of the form: aliasname= A user can use this aliased password now in setting passwords in domin.xml. classListSupportedCipherSuitesauthor - Nithya Subramanian Usage: list-supported-cipher-suites [--help] [--user admin_user] [--passwordfile file_name] [target_name(default server)]classUpdateFileUserUpdate 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)] usernameclassUpdatePasswordAliasUpdate Password Alias Command Usage: update-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=in / /config/domain-passwords file gets updated with the new alias password domain.xml example entry is: Uses of RestEndpoints in com.sun.enterprise.server.logging.commands
Classes in com.sun.enterprise.server.logging.commands with annotations of type RestEndpoints Modifier and Type Class Description classCollectLogFilesCreated by IntelliJ IDEA.classDeleteLogLevelCreated by IntelliJ IDEA.classInstanceGetLogFileCommandCreated by IntelliJ IDEA.classListLogAttributesCreated by IntelliJ IDEA.classListLoggerLevelsCreated by IntelliJ IDEA.classListLoggersclassLoadDefaultLogAttributesclassLoadDefaultLogLevelsclassRotateLogclassSetLogAttributesSet Log Attributes Command Updates one or more loggers' attributesclassSetLogFileFormatclassSetLogLevelCreated by IntelliJ IDEA.Uses of RestEndpoints in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin with annotations of type RestEndpoints Modifier and Type Class Description classCreateProfilerCreate Profiler CommandclassDeleteProfilerDelete JDBC Resource commandclassDumpHK2CommandDumps the currently configured HK2 modules and their contents.classGetCommandUser: Jerome Dochez Date: Jul 10, 2008 Time: 12:17:26 AMclassGetHabitatInfoDumps a sorted list of all registered Contract's in the HabitatclassGetRestartRequiredCommandReturn the "restart required" flag.classListCommandsCommandSimple admin command to list all existing commands.classListContainersCommandThis admin command list the containers currentely running within that Glassfish instanceclassListModulesCommandList the modules available to this instance and their statusclassListSystemPropertiesList 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]classLocationsCommandLocations command to indicate where this server is installed.classRestartDomainCommandFor non-verbose mode: Stop this server, spawn a new JVM that will wait for this JVM to die.classRuntimeInfohttps://glassfish.dev.java.net/issues/show_bug.cgi?id=12483classUptimeCommanduptime command Reports on how long the server has been running.classVersionCommandReturn the version and build numberUses of RestEndpoints in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster with annotations of type RestEndpoints Modifier and Type Class Description classBootstrapSecureAdminCommandBootstraps secure admin on a new instance by downloading the minimum files required for the client to offer client authentication using a cert.classCopyConfigCommandThis is a remote command that copies a config to a destination config.classCreateInstanceCommandRemote AdminCommand to create an instance.classCreateNodeConfigCommandRemote AdminCommand to create a config node.classCreateNodeImplicitCommandRemote AdminCommand to create a config node.classCreateNodeSshCommandRemote AdminCommand to create and ssh node.classDeleteConfigCommandThis is a remote command that deletes a destination config.classDeleteInstanceCommandRemote AdminCommand to delete an instance.classDeleteNodeConfigCommandRemote AdminCommand to create a config node.classDeleteNodeSshCommandRemote AdminCommand to create a config node.classExportSyncBundleUsage:
export-sync-bundle --target cluster_std-alone-instance [--retrieve] [file_name] classInstanceRegisterInstanceCommandThe _register-instance (and _create-node) command that runs on instanceclassListClustersCommandThis is a remote command that lists the clusters.classListConfigsCommandThis is a remote command that lists the configs.classListInstancesCommandAdminCommand to list all instances and their states This is so clumsy & hard to remember I leave it here as a comment:classListNodesCommandclassListNodesConfigCommandclassListNodesSshCommandclassPingNodeSshCommandRemote AdminCommand to validate the connection to an SSH node.classPostRegisterInstanceCommandCauses InstanceRegisterInstanceCommand executions on the correct remote instances.classPostUnregisterInstanceCommandCauses InstanceRegisterInstanceCommand executions on the correct remote instances.classRestartClusterCommandclassRestartInstanceCommandclassStartClusterCommandclassStartInstanceCommandAdminCommand to start the instance server.classStopClusterCommandclassStopInstanceCommandAdminCommand to stop the instance server.classStopInstanceInstanceCommandAdminCommand to stop the instance server.classSynchronizeFilesSynchronize files.classUpdateNodeCommandRemote AdminCommand to update a config node.classUpdateNodeConfigCommandRemote AdminCommand to update a config node.classUpdateNodeSshCommandRemote AdminCommand to update an ssh node.classValidateDcomThis command tests to see if a remote Windows machine can be contacted from the server via DCOM.classValidateNodeCommandRemote AdminCommand to validate a config Node.Uses of RestEndpoints in com.sun.enterprise.v3.admin.cluster.dcom
Classes in com.sun.enterprise.v3.admin.cluster.dcom with annotations of type RestEndpoints Modifier and Type Class Description classCreateNodeDcomRemote AdminCommand to create a DCOM nodeclassDeleteNodeDcomRemote AdminCommand to delete a DCOM nodeclassPingNodeDcomCommandRemote AdminCommand to validate the connection to a DCOM node.classUpdateNodeDcomCommandRemote AdminCommand to update a DCOM node.Uses of RestEndpoints in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands with annotations of type RestEndpoints Modifier and Type Class Description classGenerateJvmReportCommandImplements the front end for generating the JVM report.classListJvmOptionsLists the JVM options configured in server's configuration.classListThreadpoolsList Thread Pools commandUses of RestEndpoints in fish.payara.admin.amx.cli
Classes in fish.payara.admin.amx.cli with annotations of type RestEndpoints Modifier and Type Class Description classSetAmxEnabledComment to enable AMX, as separate from JMX.Uses of RestEndpoints in fish.payara.admin.cluster
Classes in fish.payara.admin.cluster with annotations of type RestEndpoints Modifier and Type Class Description classAddInstanceToDeploymentGroupCommandAdds an instance to a deployment groupclassGetTranslatedConfigValueReturns the translated value of a property on a local instanceclassListDeploymentGroupsCommandCommand to list Deployment GroupsclassRemoveInstanceFromDeploymentGroupCommandAdds an instance to a deployment groupclassRestartDeploymentGroupCommandRestarts all instances in a deployment groupclassStartDeploymentGroupCommandStarts all instances in a deployment groupclassStopDeploymentGroupCommandStops all instances in a deployment groupUses of RestEndpoints in fish.payara.admin.monitor.cli
Classes in fish.payara.admin.monitor.cli with annotations of type RestEndpoints Modifier and Type Class Description classGetMonitoringConfigurationclassGetMonitoringLevelAsadmin command to list Module Monitoring levelclassGetMonitoringServiceConfigurationAsadmin command to list Monitoring Service ConfigurationclassSetMonitoringConfigurationclassSetMonitoringLevelAsadmin command to set Module Monitoring Level.classSetMonitoringServiceConfigurationAsadmin command to set the Monitoring Service configuration.Uses of RestEndpoints in fish.payara.appserver.environment.warning.config.admin
Classes in fish.payara.appserver.environment.warning.config.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetEnvironmentWarningConfigurationCommandclassSetEnvironmentWarningConfigurationCommandUses of RestEndpoints in fish.payara.appserver.micro.services.asadmin
Classes in fish.payara.appserver.micro.services.asadmin with annotations of type RestEndpoints Modifier and Type Class Description classListHazelcastClusterMembersCommandAsadmin command to list information about members of the Domain Hazelcast ClusterclassSendAsadminCommand{ this.instanceGroup = instanceGroup; } Sends an asadmin command to members of the Domain Hazelcast ClusterUses of RestEndpoints in fish.payara.appserver.monitoring.rest.service.admin
Classes in fish.payara.appserver.monitoring.rest.service.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetRestMonitoringConfigurationASAdmin command to get the rest monitoring services configurationclassSetRestMonitoringConfigurationCommandUses of RestEndpoints in fish.payara.appserver.rest.endpoints.config.admin
Classes in fish.payara.appserver.rest.endpoints.config.admin with annotations of type RestEndpoints Modifier and Type Class Description classListRestEndpointsCommandCLI for listing all REST endpoints.Uses of RestEndpoints in fish.payara.asadmin.recorder.admin
Classes in fish.payara.asadmin.recorder.admin with annotations of type RestEndpoints Modifier and Type Class Description classAsadminRecorderEnabledclassDisableAsadminRecorderclassEnableAsadminRecorderclassGetAsadminRecorderConfigurationclassSetAsadminRecorderConfigurationUses of RestEndpoints in fish.payara.audit.admin
Classes in fish.payara.audit.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetAdminAuditServiceConfigurationGets the current configuration of the admin audit serviceclassSetAdminAuditConfigurationSets the Admin Audit ConfigurationUses of RestEndpoints in fish.payara.deployment.admin
Classes in fish.payara.deployment.admin with annotations of type RestEndpoints Modifier and Type Class Description classDeployRemoteArchiveCommandclassInitializeAllApplicationsCommandUses of RestEndpoints in fish.payara.docker.instance.admin
Classes in fish.payara.docker.instance.admin with annotations of type RestEndpoints Modifier and Type Class Description classCreateDockerContainerCommandInternal Asadmin command used to create a Docker container.classDeleteDockerContainerCommandInternal Asadmin command to delete a Docker container.classGetDockerContainerIdCommandInternal Asadmin command that retrieves the Docker container ID registered to an instance.classSetDockerContainerIdCommandInternal Asadmin command that sets the Docker container ID registered to an instance.classStartDockerContainerCommandInternal Asadmin command that starts the Docker container of an instance.classStopDockerContainerCommandInternal Asadmin command that stops the Docker container of an instance.Uses of RestEndpoints in fish.payara.docker.node.admin
Classes in fish.payara.docker.node.admin with annotations of type RestEndpoints Modifier and Type Class Description classCreateNodeDockerCommandAsadmin command for creating a Docker Node.classCreateNodeTempCommandCommand to create a temporary node.classDeleteNodeDockerCommandAsadmin command for deleting a Docker Node.classDeleteNodeTempCommandCommand to delete a temporary node.classDeleteTempNodesCommandCommand that deletes all temporary nodes that have no running instances.classListNodesDockerCommandAsadmin command for listing Docker Nodes.classUpdateNodeDockerCommandAsadmin command for updating the settings of a Docker Node.Uses of RestEndpoints in fish.payara.ejb.http.admin
Classes in fish.payara.ejb.http.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetEjbInvokerConfigurationCommandclassSetEjbInvokerConfigurationCommandUses of RestEndpoints in fish.payara.grizzly.config.admin.cli
Classes in fish.payara.grizzly.config.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classRestartHttpListenersCommandclassSetNetworkListenerConfigurationUses of RestEndpoints in fish.payara.healthcheck.mphealth
Classes in fish.payara.healthcheck.mphealth with annotations of type RestEndpoints Modifier and Type Class Description classSetMicroProfileHealthCheckerConfigurationConfigure the Microprofile Healthcheck CheckerUses of RestEndpoints in fish.payara.jmx.monitoring.admin
Classes in fish.payara.jmx.monitoring.admin with annotations of type RestEndpoints Modifier and Type Class Description classEnableJMXMonitoringServiceOnDasclassEnableJMXMonitoringServiceOnInstanceclassGetJMXMonitoringConfigurationAsadmin command to get the JMX monitoring service's current configuration and pretty print it to the shell.classMonitoringBootstrapperAdmin command to bootstrap JMX monitoring serviceclassSetJMXMonitoringConfigurationAsadmin command to set the JMX monitoring service's configuration.Uses of RestEndpoints in fish.payara.microprofile.config.extensions.aws
Classes in fish.payara.microprofile.config.extensions.aws with annotations of type RestEndpoints Modifier and Type Class Description classGetAWSSecretsConfigSourceConfigurationCommandclassSetAWSSecretsConfigSourceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.config.extensions.azure.admin
Classes in fish.payara.microprofile.config.extensions.azure.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetAzureSecretsConfigSourceConfigurationCommandclassSetAzureSecretsConfigSourceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.config.extensions.dynamodb.admin
Classes in fish.payara.microprofile.config.extensions.dynamodb.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetDynamoDBConfigSourceConfigurationCommandclassSetDynamoDBConfigSourceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.config.extensions.gcp
Classes in fish.payara.microprofile.config.extensions.gcp with annotations of type RestEndpoints Modifier and Type Class Description classGetGCPSecretsConfigSourceConfigurationCommandclassSetGCPSecretsConfigSourceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.config.extensions.hashicorp.admin
Classes in fish.payara.microprofile.config.extensions.hashicorp.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetHashiCorpSecretsConfigSourceConfigurationCommandclassSetHashiCorpSecretsConfigSourceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.config.extensions.ldap.admin
Classes in fish.payara.microprofile.config.extensions.ldap.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetLDAPConfigSourceConfigurationclassSetLDAPConfigSourceConfigurationUses of RestEndpoints in fish.payara.microprofile.faulttolerance.admin
Classes in fish.payara.microprofile.faulttolerance.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetFaultToleranceConfigurationCommandclassSetFaultToleranceConfigurationCommandUses of RestEndpoints in fish.payara.microprofile.healthcheck.admin
Classes in fish.payara.microprofile.healthcheck.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetMPHealthCheckConfigurationclassSetMPHealthCheckConfigurationUses of RestEndpoints in fish.payara.microprofile.metrics.admin
Classes in fish.payara.microprofile.metrics.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetMetricsConfigurationCommandAsAdmin command to get metrics configurationclassSetMetricsConfigurationCommandAsAdmin command to set metrics configurationUses of RestEndpoints in fish.payara.microprofile.openapi.impl.admin
Classes in fish.payara.microprofile.openapi.impl.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetOpenApiConfigurationCommandclassSetOpenApiConfigurationCommandUses of RestEndpoints in fish.payara.monitoring.admin
Classes in fish.payara.monitoring.admin with annotations of type RestEndpoints Modifier and Type Class Description classSetMonitoringConsoleConfigurationCommandUses of RestEndpoints in fish.payara.notification.eventbus.core
Classes in fish.payara.notification.eventbus.core with annotations of type RestEndpoints Modifier and Type Class Description classGetCDIEventbusNotifierConfigurationCommandclassGetEventbusNotifierConfigurationCommandclassSetCDIEventbusNotifierConfigurationCommandclassSetEventbusNotifierConfigurationCommandUses of RestEndpoints in fish.payara.notification.jms
Classes in fish.payara.notification.jms with annotations of type RestEndpoints Modifier and Type Class Description classGetJmsNotifierConfigurationCommandclassSetJmsNotifierConfigurationCommandUses of RestEndpoints in fish.payara.nucleus.executorservice.admin
Classes in fish.payara.nucleus.executorservice.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetPayaraExecutorServiceConfigurationCommandclassSetPayaraExecutorServiceConfigurationCommandUses of RestEndpoints in fish.payara.nucleus.hazelcast.admin
Classes in fish.payara.nucleus.hazelcast.admin with annotations of type RestEndpoints Modifier and Type Class Description classClearCacheASAdmin command to clear the cache of all entriesclassGetHazelcastConfigurationAsadmin command to get the current configuration of HazelcastclassListCacheKeysclassListCachesclassListHazelcastMembersclassRestartHazelcastclassSetHazelcastConfigurationUses of RestEndpoints in fish.payara.nucleus.healthcheck.admin
Uses of RestEndpoints in fish.payara.nucleus.healthcheck.stuck.admin
Classes in fish.payara.nucleus.healthcheck.stuck.admin with annotations of type RestEndpoints Modifier and Type Class Description classStuckThreadsConfigurerDeprecated.Replaced bySetHealthCheckServiceConfigurationUses of RestEndpoints in fish.payara.nucleus.microprofile.config.admin
Classes in fish.payara.nucleus.microprofile.config.admin with annotations of type RestEndpoints Modifier and Type Class Description classDeleteConfigPropertyasAdmin command to the set the value of a config propertyclassGetConfigOrdinalasAdmin command to the get the ordinal for one of the built in Config SourcesclassGetConfigPropertyasAdmin command to get the value of a configuration propertyclassGetConfigSecretsDirectoryasAdmin command to the set the directory for the Secrets Dir Config SourceclassGetJDBCConfigSourceConfigurationclassSetConfigCacheDurationclassSetConfigOrdinalasAdmin command to the set the ordinal for one of the built in Config SourcesclassSetConfigPropertyasAdmin command to the set the value of a config propertyclassSetConfigSecretsDirectoryasAdmin command to the set the directory for the Secrets Dir Config SourceclassSetJDBCConfigSourceConfigurationUses of RestEndpoints in fish.payara.nucleus.notification.admin
Classes in fish.payara.nucleus.notification.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetNotificationConfigurationCommandAdmin command to list Notification ConfigurationclassNotificationConfigurerAdmin command to enable/disable all notification services defined in domain.xml.classNotifierServiceListerclassSetNotificationConfigurationAdmin command to set notification services configurationclassTestNotifierTests that the log notifier worksUses of RestEndpoints in fish.payara.nucleus.notification.log
Classes in fish.payara.nucleus.notification.log with annotations of type RestEndpoints Modifier and Type Class Description classGetLogNotifierConfigurationclassSetLogNotifierConfigurationUses of RestEndpoints in fish.payara.nucleus.requesttracing.admin
Classes in fish.payara.nucleus.requesttracing.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetRequestTracingConfigurationAdmin command to list Request Tracing ConfigurationclassListRequestTracesclassRequestTracingBootstrapperAdmin command to bootstrap request tracing serviceclassSetRequestTracingConfigurationAdmin command to enable/disable all request tracing services defined in domain.xml.Uses of RestEndpoints in fish.payara.service.example.config.admin
Classes in fish.payara.service.example.config.admin with annotations of type RestEndpoints Modifier and Type Class Description classExampleConfigUpdateOnlyOnDASExample command that updates the correct configuration but runs ONLY on the DAS You can do this style of command if you only want to update the configuration and you don't care about updating the service dynamically in other running instances NOTE: If the service is a ConfigListener it will still be notified on the DAS that the configuration has changedclassExampleDASCommandWithReplicationThis is an Exemplar asadmin command that needs to first run on the DAS to do something and then runs an additional command on a number of instances.classExampleInstanceCommandExample Command that does not operate on the configuration but wants to interact directly with the service running in an instance.classGetExampleServiceMessageCommandThis is an exemplar command for displaying to the user the configuration as specified in the domain.xml In contrast to the equivalent set command this command only needs to run on the DAS and does not need to replicate itself to all nodes.classSetExampleServiceMessageExemplar command for configuration updates.Uses of RestEndpoints in org.glassfish.admin.cli.resources
Classes in org.glassfish.admin.cli.resources with annotations of type RestEndpoints Modifier and Type Class Description classCreateResourceRefCreate Resource Ref CommandclassDeleteResourceRefDelete Resource Ref CommandclassListResourceRefsList Resource Refs CommandclassUpdateResourceRefUses of RestEndpoints in org.glassfish.admin.monitor.cli
Classes in org.glassfish.admin.monitor.cli with annotations of type RestEndpoints Modifier and Type Class Description classListJndiEntriesUses of RestEndpoints in org.glassfish.admin.rest.cli
Classes in org.glassfish.admin.rest.cli with annotations of type RestEndpoints Modifier and Type Class Description classGetGroupNamesCommandreturns the list of targetsclassGetRestConfigRemote asadmin command: get-rest-config Purpose: Allows the invoker to get values for the REST module.classGetTokensCommandclassIsAnonymousUserEnabledCommandclassPredefinedAuthRealmClassNamesCommandreturns the list of targetsclassSetRestConfigRemote asadmin command: set-rest-config Purpose: Allows the invoker to configure the REST module.classSupportsUserManagementCommandreturns the list of targetsclassSynchronizeRealmFromConfigreturns the list of targetsUses of RestEndpoints in org.glassfish.admin.rest.generator.client
Classes in org.glassfish.admin.rest.generator.client with annotations of type RestEndpoints Modifier and Type Class Description classGenerateClientCommandUses of RestEndpoints in org.glassfish.appclient.server.admin
Classes in org.glassfish.appclient.server.admin with annotations of type RestEndpoints Modifier and Type Class Description classGetRelativeJWSURICommandReturns the path part (not host or port) of the URI for launching an app client using Java Web Start.Uses of RestEndpoints in org.glassfish.batch
Classes in org.glassfish.batch with annotations of type RestEndpoints Modifier and Type Class Description classListBatchJobExecutionsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobExecutionsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobStepsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobStepsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchRuntimeConfigurationCommand to list batch jobs infoclassSetBatchRuntimeConfigurationUses of RestEndpoints in org.glassfish.concurrent.admin
Classes in org.glassfish.concurrent.admin with annotations of type RestEndpoints Modifier and Type Class Description classListContextServicesList Context Service Resources commandclassListManagedExecutorServicesList Managed Executor Service Resources commandclassListManagedScheduledExecutorServicesList Managed Scheduled Executor Service Resources commandclassListManagedThreadFactoriesList Managed Thread Factory Resources commandUses of RestEndpoints in org.glassfish.connectors.admin.cli
Classes in org.glassfish.connectors.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classCreateConnectorResourceCreate Connector Resource CommandclassDeleteConnectorResourceDelete Connector Resource commandclassFlushConnectionPoolLocalThe actual command to flush a connection pool.classFlushInstancesConnectionPoolThe command to flush a connection pool.classListAdminObjectsList Admin Objects commandclassListConnectorConnectionPoolsList Connector Connection Pools commandclassListConnectorResourcesList Connector Resources commandclassListConnectorSecurityMapsList Connector Security MapsclassListConnectorWorkSecurityMapsList Connector Work Security MapsclassListResourceAdapterConfigsList Resource Adapter Configs commandclassListResourcesclassPingConnectionPoolPing Connection Pool CommandclassUpdateConnectorSecurityMapUpdate Connector SecurityMap commandclassUpdateConnectorWorkSecurityMapUpdate Connector Work Security Map commandUses of RestEndpoints in org.glassfish.connectors.admin.cli.internal
Classes in org.glassfish.connectors.admin.cli.internal with annotations of type RestEndpoints Modifier and Type Class Description classGetActivationSpecClassclassGetAdminObjectClassNamesclassGetAdminObjectConfigPropsclassGetAdminObjectInterfaceNamesclassGetBuiltInCustomResourcesclassGetConnectionDefinitionNamesclassGetConnectionDefinitionPropertiesAndDefaultsclassGetConnectorConfigJavaBeansclassGetMCFConfigPropertiesclassGetMessageListenerConfigPropertiesclassGetMessageListenerConfigPropertyTypesclassGetMessageListenerTypesclassGetResourceAdapterConfigPropertiesclassGetSystemRarsAllowingPoolCreationUses of RestEndpoints in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin with annotations of type RestEndpoints Modifier and Type Class Description classAddLibraryCommandAn asadmin command to add a new library to the libs directory of the domain by uploading a file.classCreateApplicationRefCommandCreate application ref commandclassCreateLifecycleModuleCommandCreate lifecycle modules.classDeleteApplicationRefCommandDelete application ref commandclassDeleteLifecycleModuleCommandDelete lifecycle modules.classDeployCommandDeploy commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassGetApplicationLaunchURLsCommandclassGetClientStubsCommandclassGetDeploymentConfigurationsCommandGet deployment configurations commandclassGetHostAndPortCommandclassGetTargetsCommandclassInstanceDeployCommandThe deploy command that runs on instanceclassInstanceLifecycleModuleCommandThe command to create application ref for lifecycle module on instanceclassInstanceValidateRemoteDirDeploymentCommandInstance-only command which makes sure that a deployment directory seems to be the same when viewed from this instance as when viewed from the DAS.classIsSnifferUserVisibleCommandclassListApplicationRefsCommandList application ref commandclassListApplicationsCommandclassListAppRefsCommandclassListComponentsCommandlist-components commandclassListLibrariesCommandclassListLifecycleModulesCommandList lifecycle modules.classPostDeployCommandCauses InstanceDeployCommand executions on the correct remote instances.classRemoveLibraryCommandclassShowComponentStatusCommandclassUndeployCommandUndeploys applications.classUpdateApplicationRefCommandclassValidateRemoteDirDeploymentCommandMakes sure that, if a deployment is a directory deployment to a non-DAS target, that all targeted instances "see" the same files in the specified deployment directory as the DAS sees.Uses of RestEndpoints in org.glassfish.ejb.admin.cli
Classes in org.glassfish.ejb.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classListTimersclassMigrateTimersUses of RestEndpoints in org.glassfish.flashlight.cli
Classes in org.glassfish.flashlight.cli with annotations of type RestEndpoints Modifier and Type Class Description classDisableMonitoringclassEnableMonitoringUses of RestEndpoints in org.glassfish.ha.commands
Classes in org.glassfish.ha.commands with annotations of type RestEndpoints Modifier and Type Class Description classListPersistenceTypesCommandThe list-persistence-types command lists different kinds of persistence options for session data when high availability is enabled for an application deployed to a cluster.Uses of RestEndpoints in org.glassfish.javaee.core.deployment
Classes in org.glassfish.javaee.core.deployment with annotations of type RestEndpoints Modifier and Type Class Description classGetContextRootCommandGet context root commandclassListSubComponentsCommandlist-sub-components commandUses of RestEndpoints in org.glassfish.jdbc.admin.cli
Classes in org.glassfish.jdbc.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classCreateJdbcResourceCreate JDBC Resource CommandclassDeleteJdbcResourceDelete JDBC Resource commandclassListJdbcConnectionPoolsList JDBC Connection Pools commandclassListJdbcResourcesList JDBC Resources commandUses of RestEndpoints in org.glassfish.jdbc.admin.cli.internal
Classes in org.glassfish.jdbc.admin.cli.internal with annotations of type RestEndpoints Modifier and Type Class Description classGetDatabaseVendorNamesclassGetJdbcDriverClassNamesclassGetValidationClassNamesclassGetValidationTableNamesUses of RestEndpoints in org.glassfish.jms.admin.cli
Classes in org.glassfish.jms.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classChangeMasterBrokerCommandChange JMS Master Broker CommandclassConfigureJMSClusterConfigure JMS Cluster CommandclassCreateJMSDestinationCreate JMS DestinationclassCreateJMSResourceCreate JMS Resource CommandclassDeleteJMSDestinationdelete JMS DestinationclassDeleteJMSHostList Delete Jms Hosts commandclassDeleteJMSResourceDelete JMS Resource CommandclassFlushJMSDestinationFlush JMS DestinationclassGetJmsPhysicalDestinationCommandclassJMSPingclassListJMSDestinationsCreate JMS DestinationclassListJMSHostsList JMS Hosts commandclassListJMSResourcesList Connector Resources commandclassUpdateJmsPhysicalDestinationCommandUses of RestEndpoints in org.glassfish.jta.admin.cli
Classes in org.glassfish.jta.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classFreezeTransactionServiceclassUnFreezeTransactionServiceUses of RestEndpoints in org.glassfish.jts.admin.cli
Classes in org.glassfish.jts.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classRecoverTransactionsUses of RestEndpoints in org.glassfish.loadbalancer.admin.cli
Classes in org.glassfish.loadbalancer.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classApplyHttpLbChangesClass to publish the loadbalancer.xml to the physical loadbalancer.classConfigureLBWeightCommandThis is a remote command that enables lb-enabled attribute of an application for cluster or instanceclassCreateHTTPHealthCheckerCommandThis is a remote command that creates health-checker config for cluster or server.classCreateHTTPLBRefCommandThis is a remote command that supports the create-http-lb-ref CLI command.classDeleteHTTPHealthCheckerCommandThis is a remote command that deletes health-checker config for cluster or server.classDeleteHTTPLBRefCommandThis is a remote command that supports the delete-http-lb-ref CLI command.classDisableHTTPLBApplicationCommandThis is a remote command that disables lb-enabled attribute of an application for cluster or instanceclassDisableHTTPLBServerCommandThis is a remote command that enables lb-enabled attribute of server-refclassEnableHTTPLBApplicationCommandThis is a remote command that enables lb-enabled attribute of an application for cluster or instanceclassEnableHTTPLBServerCommandThis is a remote command that enables lb-enabled attribute of server-refclassExportHttpLbConfigExport load-balancer xmlclassListLBConfigsCommandThis is a remote commands to list lb configs (ported from v2) Interestingly, in this command, operand has multiple meanings - it can be a target (cluster or standalone instance) or a lb config name.Uses of RestEndpoints in org.glassfish.orb.admin.cli
Classes in org.glassfish.orb.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classListIiopListenersList IIOP Listener commandUses of RestEndpoints in org.glassfish.osgi.cli.remote
Classes in org.glassfish.osgi.cli.remote with annotations of type RestEndpoints Modifier and Type Class Description classOSGiShellCommandA simple AdminCommand that bridges to the Felix Shell Service.Uses of RestEndpoints in org.glassfish.resources.admin.cli
Classes in org.glassfish.resources.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classAddResourcesCreate add-resources CommandclassCreateCustomResourceCreate Custom ResourceclassCreateJndiResourceCreate Jndi ResourceclassDeleteCustomResourceDelete Custom Resource objectclassDeleteJndiResourceDelete Jndi Resource objectclassListCustomResourcesList Custom Resources commandclassListJndiResourcesList Jndi Resources commandUses of RestEndpoints in org.glassfish.resources.javamail.admin.cli
Classes in org.glassfish.resources.javamail.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classCreateJavaMailResourceCreate Java Mail ResourceclassDeleteJavaMailResourceDelete Mail Resource objectclassListJavaMailResourcesList Mail Resources commandUses of RestEndpoints in org.glassfish.security.services.commands
Classes in org.glassfish.security.services.commands with annotations of type RestEndpoints Modifier and Type Class Description classLDAPAdminAccessConfiguratorA convenience command to configure LDAP for administration.Uses of RestEndpoints in org.glassfish.web.admin.cli
Classes in org.glassfish.web.admin.cli with annotations of type RestEndpoints Modifier and Type Class Description classCreateHttpCommand to create http element within a protocol element Sample Usage : create-http protocol_name domain.xml element example <http max-connections="250" default-virtual-server="server" server-name=""> <file-cache enabled="false" /> </http>classCreateHttpRedirectCommand to createhttp-redirectelement as a child of theprotocolelement.classCreateProtocolFilterclassCreateProtocolFinderclassDeleteHttpDelete Protocol commandclassDeleteHttpRedirectCommand to delete <http-redirect> elements within a specificprotocol.classDeleteProtocolFilterclassDeleteProtocolFinderclassGetHttpListenerCLI command for getting the properties of a HTTP listener.classGetProtocolCLI command for getting the properties of a protocol.classListHttpListenersList http listeners commandclassListNetworkListenersList network listeners commandclassListProtocolFiltersList protocol filters commandclassListProtocolFindersList protocol finders commandclassListProtocolsList protocols commandclassListTransportsList transports commandclassListVirtualServersList virtual server commandUses of RestEndpoints in org.glassfish.web.plugin.common
Classes in org.glassfish.web.plugin.common with annotations of type RestEndpoints Modifier and Type Class Description classListWebContextParamCommandclassListWebEnvEntryCommandclassSetWebContextParamCommandclassSetWebEnvEntryCommandSets the value of an env-entry customization for a web application.classUnsetWebContextParamCommandclassUnsetWebEnvEntryCommandUses of RestEndpoints in org.glassfish.webservices.cli
Classes in org.glassfish.webservices.cli with annotations of type RestEndpoints Modifier and Type Class Description classListWebServicesCommandCLI for listing all web services.
-