public class ServiceEndpointReader extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
logger
The Constant logger.
|
ServerParameters |
serverParameters
The server parameters.
|
Constructor and Description |
---|
ServiceEndpointReader(String scope,
String resourceName)
Instantiates a new service endpoint reader.
|
Modifier and Type | Method and Description |
---|---|
String |
getResourceName()
Gets the resource name.
|
String |
getScope()
Gets the scope.
|
ServerParameters |
getServerParameters()
Gets the server parameters.
|
static void |
main(String[] args)
The main method.
|
ServerParameters |
readResource(boolean decrypt)
Read resource.
|
String |
toString() |
public static final org.slf4j.Logger logger
public ServerParameters serverParameters
public ServerParameters readResource(boolean decrypt) throws Exception
decrypt
- the decryptException
- the exceptionpublic String getResourceName()
public String getScope()
public ServerParameters getServerParameters()
public static void main(String[] args)
args
- the argumentsCopyright © 2018. All Rights Reserved.