public class BaseRestAdminClient extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
REST_RESOURCE |
protected String |
restAdminResource |
Constructor and Description |
---|
BaseRestAdminClient(String crowdUrl) |
Modifier and Type | Method and Description |
---|---|
protected <T> RestPage<T> |
pagedGet(String resource,
Class<T> clazz,
Object... pathParams) |
protected static final String REST_RESOURCE
protected final String restAdminResource
public BaseRestAdminClient(String crowdUrl)
Copyright © 2021 Atlassian. All rights reserved.