@ReferenceConstraint(skipDuringCreation=true, payload=JmxConnector.class) public interface JmxConnector extends org.jvnet.hk2.config.ConfigBeanProxy, org.glassfish.api.admin.config.Named, org.jvnet.hk2.config.types.PropertyBag, jakarta.validation.Payload
| Modifier and Type | Field and Description |
|---|---|
static String |
PORT_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptAll()
Gets the value of the acceptAll property.
|
@NotNull String |
getAddress()
Gets the value of the address property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getAuthRealmName()
Deprecated.
|
String |
getEnabled()
Gets the value of the enabled property.
|
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmxConnector.class) String |
getPort()
Gets the value of the port property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getSecurityEnabled()
Gets the value of the securityEnabled property.
|
org.glassfish.grizzly.config.dom.Ssl |
getSsl()
Gets the value of the ssl property.
|
void |
setAcceptAll(String value)
Sets the value of the acceptAll property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAuthRealmName(String value)
Sets the value of the authRealmName property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setSecurityEnabled(String value)
Sets the value of the securityEnabled property.
|
void |
setSsl(org.glassfish.grizzly.config.dom.Ssl value)
Sets the value of the ssl property.
|
static final String PORT_PATTERN
String getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getProtocol()
Stringvoid setProtocol(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getAddress()
Stringvoid setAddress(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",
message="{port-pattern}",
payload=JmxConnector.class)
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmxConnector.class) String getPort()
Stringvoid setPort(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getAcceptAll()
Stringvoid setAcceptAll(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @ReferenceConstraint.RemoteKey(message="{resourceref.invalid.auth-realm-name}", type=AuthRealm.class) @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getAuthRealmName()
void setAuthRealmName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSecurityEnabled()
Stringvoid setSecurityEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionorg.glassfish.grizzly.config.dom.Ssl getSsl()
Sslvoid setSsl(org.glassfish.grizzly.config.dom.Ssl value)
throws PropertyVetoException
value - allowed object is
SslPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.