public interface AdminService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminService.Duck |
| Modifier and Type | Method and Description |
|---|---|
AuthRealm |
getAssociatedAuthRealm() |
@NotNull String |
getAuthRealmName()
Gets the name of the auth realm to be used for administration.
|
@NotNull DasConfig |
getDasConfig()
Gets the value of the dasConfig property.
|
List<JmxConnector> |
getJmxConnector()
Gets the value of the jmxConnector property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
JmxConnector |
getSystemJmxConnector() |
String |
getSystemJmxConnectorName()
Gets the value of the systemJmxConnectorName property.
|
@Pattern(regexp="(das|das-and-server|server)") String |
getType()
Gets the value of the type property.
|
void |
setAuthRealmName(String name) |
void |
setDasConfig(DasConfig value)
Sets the value of the dasConfig property.
|
void |
setSystemJmxConnectorName(String value)
Sets the value of the systemJmxConnectorName property.
|
void |
setType(String value)
Sets the value of the type property.
|
boolean |
usesFileRealm() |
@Pattern(regexp="(das|das-and-server|server)") @Pattern(regexp="(das|das-and-server|server)") String getType()
Stringvoid setType(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSystemJmxConnectorName()
Stringvoid setSystemJmxConnectorName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<JmxConnector> getJmxConnector()
JmxConnector@NotNull @NotNull DasConfig getDasConfig()
DasConfigvoid setDasConfig(DasConfig value) throws PropertyVetoException
value - allowed object is
DasConfigPropertyVetoException@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.PropertyBag@NotNull @NotNull String getAuthRealmName()
void setAuthRealmName(String name)
@DuckTyped JmxConnector getSystemJmxConnector()
@DuckTyped AuthRealm getAssociatedAuthRealm()
@DuckTyped boolean usesFileRealm()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.