|
static final String | PATH_INUM = "/{inum}" |
|
static final String | INUM = "inum" |
|
◆ createAttribute()
◆ deleteAttribute()
void org.gluu.oxtrust.api.proxy.AttributeProxy.deleteAttribute |
( |
@PathParam(INUM) String |
inum | ) |
|
◆ getAllActiveAttributes()
List<GluuAttributeApi> org.gluu.oxtrust.api.proxy.AttributeProxy.getAllActiveAttributes |
( |
| ) |
|
◆ getAllAttributes()
List<GluuAttributeApi> org.gluu.oxtrust.api.proxy.AttributeProxy.getAllAttributes |
( |
| ) |
|
◆ getAllInActiveAttributes()
List<GluuAttributeApi> org.gluu.oxtrust.api.proxy.AttributeProxy.getAllInActiveAttributes |
( |
| ) |
|
◆ getAttribute()
GluuAttributeApi org.gluu.oxtrust.api.proxy.AttributeProxy.getAttribute |
( |
@PathParam(INUM) String |
inum | ) |
|
◆ searchAttributes()
List<GluuAttributeApi> org.gluu.oxtrust.api.proxy.AttributeProxy.searchAttributes |
( |
@QueryParam(value="pattern") @NotNull String |
pattern, |
|
|
@QueryParam(value="size") int |
size |
|
) |
| |
◆ updateAttribute()
◆ INUM
final String org.gluu.oxtrust.api.proxy.AttributeProxy.INUM = "inum" |
|
static |
◆ PATH_INUM
final String org.gluu.oxtrust.api.proxy.AttributeProxy.PATH_INUM = "/{inum}" |
|
static |
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/OpenId/gluu/src/oxTrust/client/src/main/java/org/gluu/oxtrust/api/proxy/AttributeProxy.java