public class HostAuthorizationValue extends io.swagger.models.auth.AuthorizationValue implements ManagedValue
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HostAuthorizationValue.ExactHostMatcher |
protected static interface |
HostAuthorizationValue.HostMatcher |
protected static class |
HostAuthorizationValue.RxHostMatcher |
| Modifier | Constructor and Description |
|---|---|
protected |
HostAuthorizationValue(HostAuthorizationValue.HostMatcher matcher,
String name,
String value,
String type) |
|
HostAuthorizationValue(Pattern host,
String name,
String value,
String type) |
|
HostAuthorizationValue(String host,
String name,
String value,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(URL url) |
equals, getKeyName, getType, getValue, hashCode, keyName, setKeyName, setType, setValue, type, valuepublic HostAuthorizationValue(String host, String name, String value, String type)
public HostAuthorizationValue(Pattern host, String name, String value, String type)
protected HostAuthorizationValue(HostAuthorizationValue.HostMatcher matcher, String name, String value, String type)
public boolean process(URL url)
process in interface ManagedValueCopyright © 2016. All Rights Reserved.