|
static final String | PATH_ID = "/{id}" |
|
static final String | ID = "id" |
|
◆ createUmaResource()
◆ deleteUmaResource()
void org.gluu.oxtrust.api.proxy.UmaResourceProxy.deleteUmaResource |
( |
@PathParam(ID) String |
id | ) |
|
◆ getAllUmaResources()
List<UmaResource> org.gluu.oxtrust.api.proxy.UmaResourceProxy.getAllUmaResources |
( |
| ) |
|
◆ getUmaResource()
UmaResource org.gluu.oxtrust.api.proxy.UmaResourceProxy.getUmaResource |
( |
@PathParam(ID) String |
id | ) |
|
◆ searchUmaResources()
List<UmaResource> org.gluu.oxtrust.api.proxy.UmaResourceProxy.searchUmaResources |
( |
@QueryParam(value="pattern") @NotNull String |
pattern, |
|
|
@QueryParam(value="size") int |
size |
|
) |
| |
◆ updateUmaResource()
◆ ID
final String org.gluu.oxtrust.api.proxy.UmaResourceProxy.ID = "id" |
|
static |
◆ PATH_ID
final String org.gluu.oxtrust.api.proxy.UmaResourceProxy.PATH_ID = "/{id}" |
|
static |
このインタフェース詳解は次のファイルから抽出されました: