public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthenticationSchemes(ArrayList<Object[]> authenticationSchemes) |
void |
setBulkSupport(boolean supported,
int maxOperations,
int maxPayLoadSize) |
void |
setChangePasswordSupport(boolean supported) |
void |
setCountValueForPagination(int count) |
void |
setDocumentationURL(String documentationURL) |
void |
setETagSupport(boolean supported) |
void |
setFilterSupport(boolean supported,
int maxResults) |
void |
setPatchSupport(boolean supported) |
void |
setSortSupport(boolean supported) |
void setDocumentationURL(String documentationURL)
void setPatchSupport(boolean supported)
void setBulkSupport(boolean supported,
int maxOperations,
int maxPayLoadSize)
void setFilterSupport(boolean supported,
int maxResults)
void setChangePasswordSupport(boolean supported)
void setETagSupport(boolean supported)
void setSortSupport(boolean supported)
void setCountValueForPagination(int count)
Copyright © 2019 WSO2. All rights reserved.