Uses of Class
org.glassfish.api.admin.AccessRequired
-
Packages that use AccessRequired Package Description com.sun.enterprise.admin.cli.schemadoc com.sun.enterprise.security.admin.cli 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.rest.generator.client org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.deployment.admin org.glassfish.osgi.cli.remote -
-
Uses of AccessRequired in com.sun.enterprise.admin.cli.schemadoc
Classes in com.sun.enterprise.admin.cli.schemadoc with annotations of type AccessRequired Modifier and Type Class Description classGenerateDomainSchema -
Uses of AccessRequired in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli with annotations of type AccessRequired 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 AccessRequired in com.sun.enterprise.security.cli
Classes in com.sun.enterprise.security.cli with annotations of type AccessRequired Modifier and Type Class Description classCreatePasswordAliasCreate 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. classDeletePasswordAliasDelete 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: 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)]classUpdatePasswordAliasUpdate 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 AccessRequired in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin with annotations of type AccessRequired Modifier and Type Class Description classDumpHK2CommandDumps the currently configured HK2 modules and their contents.classGenerateBashAutoCompletionCommandclassGetHabitatInfoDumps a sorted list of all registered Contract's in the HabitatclassGetRestartRequiredCommandReturn the "restart required" flag.classListCommandDescriptorsCommandCreate data structures that describe the command.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 statusclassRestartDomainCommandFor 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=12483classStopDomainCommandAdminCommand to stop the domain execution which mean shuting down the application server.Uses of AccessRequired in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands with annotations of type AccessRequired Modifier and Type Class Description classAttachCommandGets CommandInstance from registry based on given id and forwards all events.classConfigureManagedJobsThis command manages configured jobs Managed jobs are commands which are annotated with @ManagedJob ,@Progress or running with --detach You can configure the job retention period, job inactivity period,initial-delay,poll-interval persisting options for those jobs which will be used by the Job Manager to purge the jobs according to the criteria specified.classGenerateJvmReportCommandImplements the front end for generating the JVM report.classGetPayloadCommandRetrieve outbound payload from finished managed job.Uses of AccessRequired in org.glassfish.admin.rest.generator.client
Classes in org.glassfish.admin.rest.generator.client with annotations of type AccessRequired Modifier and Type Class Description classGenerateClientCommandUses of AccessRequired in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return AccessRequired Modifier and Type Method Description AccessRequired[]value()Uses of AccessRequired in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin with annotations of type AccessRequired Modifier and Type Class Description classAddLibraryCommandAn asadmin command to add a new library to the libs directory of the domain by uploading a file.classGetDeploymentConfigurationsCommandGet deployment configurations commandclassGetTargetsCommandclassInstanceValidateRemoteDirDeploymentCommandInstance-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.classIsSnifferUserVisibleCommandclassListLibrariesCommandclassListLifecycleModulesCommandList lifecycle modules.classMTDeployCommandclassPostDeployCommandCauses InstanceDeployCommand executions on the correct remote instances.classPostUndeployCommandRuns after any replications of the undeploy command have been sent to instances.classValidateRemoteDirDeploymentCommandMakes 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 AccessRequired in org.glassfish.osgi.cli.remote
Classes in org.glassfish.osgi.cli.remote with annotations of type AccessRequired Modifier and Type Class Description classOSGiShellCommandA simple AdminCommand that bridges to the Felix Shell Service.
-