public class RestCfg extends Object
Constructor and Description |
---|
RestCfg(InputStream io) |
RestCfg(String resource) |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials() |
Set<Endpoint> |
getEndpoints() |
String |
getJKS() |
String |
getJKS(String def) |
String |
getJKSPassword() |
int |
getPort() |
boolean |
useSSL() |
public RestCfg(String resource) throws IOException
IOException
public RestCfg(InputStream io) throws IOException
IOException
public int getPort()
public boolean useSSL()
public final Credentials getCredentials()
public String getJKS()
public String getJKSPassword()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.