public class HTTPInvokerSetting<T extends HTTPInvokerSetting<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String httpAuthenticationFactory()
public T httpAuthenticationFactory(String value)
public String path()
public String securityRealm()
Copyright © 2019 JBoss by Red Hat. All rights reserved.