@Address(value="/subsystem=undertow/server=*/host=*/setting=http-invoker") @Implicit public class HTTPInvokerSetting<T extends HTTPInvokerSetting<T>> extends Object implements Keyed
| Constructor and Description |
|---|
HTTPInvokerSetting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
httpAuthenticationFactory()
The HTTP authentication factory to use for authentication
|
T |
httpAuthenticationFactory(String value)
The HTTP authentication factory to use for authentication
|
String |
path()
The path that the services are installed under
|
T |
path(String value)
The path that the services are installed under
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
securityRealm()
The legacy security realm to use for authentication
|
T |
securityRealm(String value)
The legacy security realm to use for authentication
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="http-authentication-factory") public String httpAuthenticationFactory()
public T httpAuthenticationFactory(String value)
@ModelNodeBinding(detypedName="path") public String path()
@ModelNodeBinding(detypedName="security-realm") public String securityRealm()
Copyright © 2019 JBoss by Red Hat. All rights reserved.