|
static final String | PATH_INUM = "/{inum}" |
|
static final String | INUM = "inum" |
|
◆ addGroupMember()
Response org.gluu.oxtrust.api.proxy.GroupApiProxy.addGroupMember |
( |
@PathParam(INUM) String |
inum, |
|
|
@PathParam("minum") String |
minum |
|
) |
| |
◆ createGroup()
◆ deleteGroup()
void org.gluu.oxtrust.api.proxy.GroupApiProxy.deleteGroup |
( |
@PathParam(INUM) String |
inum | ) |
|
◆ getGroup()
GluuGroupApi org.gluu.oxtrust.api.proxy.GroupApiProxy.getGroup |
( |
@PathParam(INUM) String |
inum | ) |
|
◆ getGroupMembers()
List<GluuPersonApi> org.gluu.oxtrust.api.proxy.GroupApiProxy.getGroupMembers |
( |
@PathParam(INUM) String |
inum | ) |
|
◆ getGroups()
List<GluuGroupApi> org.gluu.oxtrust.api.proxy.GroupApiProxy.getGroups |
( |
@DefaultValue("0") @QueryParam("size") int |
size | ) |
|
◆ getSearchGroups()
List<GluuGroupApi> org.gluu.oxtrust.api.proxy.GroupApiProxy.getSearchGroups |
( |
@QueryParam(value="pattern") @NotNull String |
pattern, |
|
|
@QueryParam(value="size") int |
size |
|
) |
| |
◆ removeGroupMember()
Response org.gluu.oxtrust.api.proxy.GroupApiProxy.removeGroupMember |
( |
@PathParam(INUM) String |
inum, |
|
|
@PathParam("minum") String |
minum |
|
) |
| |
◆ updateGroup()
◆ INUM
final String org.gluu.oxtrust.api.proxy.GroupApiProxy.INUM = "inum" |
|
static |
◆ PATH_INUM
final String org.gluu.oxtrust.api.proxy.GroupApiProxy.PATH_INUM = "/{inum}" |
|
static |
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/OpenId/gluu/src/oxTrust/client/src/main/java/org/gluu/oxtrust/api/proxy/GroupApiProxy.java