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,
java.lang.String name,
java.lang.String value,
java.lang.String type) |
|
HostAuthorizationValue(java.util.regex.Pattern host,
java.lang.String name,
java.lang.String value,
java.lang.String type) |
|
HostAuthorizationValue(java.lang.String host,
java.lang.String name,
java.lang.String value,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(java.net.URL url) |
equals, getKeyName, getType, getValue, hashCode, keyName, setKeyName, setType, setValue, type, valuepublic HostAuthorizationValue(java.lang.String host,
java.lang.String name,
java.lang.String value,
java.lang.String type)
public HostAuthorizationValue(java.util.regex.Pattern host,
java.lang.String name,
java.lang.String value,
java.lang.String type)
protected HostAuthorizationValue(HostAuthorizationValue.HostMatcher matcher, java.lang.String name, java.lang.String value, java.lang.String type)
public boolean process(java.net.URL url)
process in interface ManagedValueCopyright © 2019. All Rights Reserved.