Package | Description |
---|---|
com.sun.identity.install.tools.util |
Modifier and Type | Method and Description |
---|---|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.addModuleParameters()
Add the auth index name and auth index value to the list of parameters.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.apiVersion(String apiVersion)
Set the API version for this endpoint.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.get()
Set the HTTP method to GET.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.header(String header,
String value)
Add the name/value pair to the outgoing headers.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.parameter(String name,
String value)
Add the specified name/value pair to the list of parameters.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.path(String incoming)
Add the specified value to the path carefully.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.post()
Set the HTTP method to POST
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.postData(String s)
Add HTTP POST data.
|
RESTEndpoint.RESTEndpointBuilder |
RESTEndpoint.RESTEndpointBuilder.realm(String s)
Add the specified realm.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.