| Package | Description |
|---|---|
| org.wso2.carbon.auth.scope.registration.rest.api.dto | |
| org.wso2.carbon.auth.scope.registration.rest.api.util |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ScopeListDTO.addListItem(ScopeDTO listItem) |
ScopeListDTO |
ScopeListDTO.count(Integer count) |
ScopeListDTO |
ScopeListDTO.list(List<ScopeDTO> list) |
ScopeListDTO |
ScopeListDTO.pagination(PaginationDTO pagination) |
| Modifier and Type | Method and Description |
|---|---|
static ScopeListDTO |
ScopeMappingUtil.scopeModelListToListDTO(List<org.wso2.carbon.auth.scope.registration.dto.Scope> scopeList,
Integer offset,
Integer limit,
Integer total)
This method convert the scope model object into DTO
|
Copyright © 2018 WSO2. All rights reserved.