| Package | Description |
|---|---|
| com.sun.enterprise.admin.commands | |
| com.sun.enterprise.config.modularity.command | |
| com.sun.enterprise.config.serverbeans | |
| com.sun.enterprise.config.util | |
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.realm |
This package contains the Realms used by Payara for its native identity stores.
|
| com.sun.enterprise.security.auth.realm.file | |
| com.sun.enterprise.v3.admin.adapter |
Provides the Grizzly Adapter functionality for the admin console
application in particular.
|
| com.sun.enterprise.v3.services.impl | |
| fish.payara.appserver.monitoring.rest.service.adapter | |
| org.glassfish.admin.restconnector | |
| org.glassfish.internal.api | |
| org.glassfish.jms.admin.cli | |
| org.glassfish.webservices |
| Modifier and Type | Field and Description |
|---|---|
Config |
CreateSsl.config |
Config |
DeleteSsl.config |
| Modifier and Type | Method and Description |
|---|---|
protected Config |
AbstractConfigModularityCommand.getConfigForName(String targetName,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
Domain domain) |
| Modifier and Type | Field and Description |
|---|---|
protected Config |
CopyConfig.copyOfConfig |
| Modifier and Type | Method and Description |
|---|---|
Config |
CopyConfig.copyConfig(Configs configs,
Config config,
String destConfigName,
Logger logger) |
Config |
Server.getConfig() |
static Config |
Server.Duck.getConfig(Server server) |
static Config |
Configs.Duck.getConfigByName(Configs target,
String name) |
Config |
Configs.getConfigByName(String name) |
static Config |
Domain.Duck.getConfigNamed(Domain d,
String name) |
Config |
Domain.getConfigNamed(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
Configs.getConfig()
Gets the value of the config property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Config.Duck.addIndex(Config c,
org.glassfish.hk2.api.ServiceLocator habitat,
String name) |
static <P extends ConfigExtension> |
Config.Duck.checkIfExtensionExists(Config c,
Class<P> configBeanType) |
Config |
CopyConfig.copyConfig(Configs configs,
Config config,
String destConfigName,
Logger logger) |
static HttpService |
HttpService.Duck.createDefaultConfig(Config c) |
static void |
Config.Duck.createResourceRef(Config config,
String enabled,
String refName) |
static void |
Config.Duck.deleteResourceRef(Config config,
String refName) |
static NetworkListener |
Config.Duck.getAdminListener(Config c) |
static Map<String,String> |
Config.Duck.getLoggingProperties(Config c) |
List<ReferenceContainer> |
Domain.getReferenceContainersOf(Config config) |
static List<ReferenceContainer> |
Domain.Duck.getReferenceContainersOf(Domain d,
Config config) |
static ResourceRef |
Config.Duck.getResourceRef(Config config,
String refName) |
static boolean |
Config.Duck.isDas(Config c) |
static boolean |
Config.Duck.isResourceRefExists(Config config,
String refName) |
static String |
Config.Duck.setLoggingProperty(Config c,
String property,
String value) |
static Map<String,String> |
Config.Duck.updateLoggingProperties(Config c,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkListener |
ServerHelper.getAdminListener(Config config) |
| Constructor and Description |
|---|
PortManager(Cluster cluster,
Config config,
Domain theDomain,
Server theNewServer) |
ServerHelper(Server theServer,
Config theConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityConfigListener.authRealmCreated(Config config,
AuthRealm instance)
New auth realm created.
|
static void |
SecurityConfigListener.authRealmDeleted(Config config,
AuthRealm instance)
Auth realm deleted.
|
void |
SecurityConfigListener.authRealmUpdated(Config config,
AuthRealm instance)
Auth realm updated (attributes change).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealmsManager.createRealms(Config config) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
FileRealm.getRealmFileNames(Config config)
Return a list of the file names used by all file realms defined for the specified config.
|
| Constructor and Description |
|---|
AdminEndpointDecider(Config cfg) |
| Constructor and Description |
|---|
DynamicConfigListener(Config parent,
Logger logger) |
| Constructor and Description |
|---|
RestMonitoringEndpointDecider(Config config,
RestMonitoringConfiguration restMonitoringServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Config |
ProxyRestCommandAdapter.getConfig() |
protected Config |
ProxyRestManagementAdapter.getConfig() |
protected Config |
ProxyRestMonitoringAdapter.getConfig() |
protected abstract Config |
AbstractProxyRestAdapter.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
Config |
Target.getClusterConfig(String targetName)
Returns the config element that represents a given cluster
|
Config |
Target.getConfig(String targetName)
Given a name (of instance or cluster or config), returns the appropriate Config object
|
Config |
Target.getServerConfig(String targetName)
Returns config element that represents a given server
|
| Modifier and Type | Method and Description |
|---|---|
protected MQJMXConnectorInfo |
JMSDestination._getMQJMXConnectorInfo(String targetName,
JmsService jmsService,
Class mqRAClassName,
ServerContext serverContext,
Config config,
Domain domain) |
protected MQJMXConnectorInfo |
JMSDestination.getMQJMXConnectorInfo(String target,
Config config,
ServerContext serverContext,
Domain domain,
ConnectorRuntime connectorRuntime) |
protected MQJMXConnectorInfo[] |
JMSDestination.getMQJMXConnectorInfos(String target,
Config config,
ServerContext serverContext,
Domain domain,
ConnectorRuntime connectorRuntime) |
| Modifier and Type | Method and Description |
|---|---|
Config |
WebServiceContractImpl.getConfig() |
Copyright © 2019. All rights reserved.