gluu
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
org.gluu.oxtrust.api.proxy.AttributeProxy インタフェース
org.gluu.oxtrust.api.proxy.AttributeProxy 連携図
Collaboration graph

公開メンバ関数

List< GluuAttributeApigetAllAttributes ()
 
List< GluuAttributeApigetAllActiveAttributes ()
 
List< GluuAttributeApigetAllInActiveAttributes ()
 
GluuAttributeApi getAttribute (@PathParam(INUM) String inum)
 
List< GluuAttributeApisearchAttributes (@QueryParam(value="pattern") @NotNull String pattern, @QueryParam(value="size") int size)
 
void deleteAttribute (@PathParam(INUM) String inum)
 
GluuAttributeApi createAttribute (GluuAttributeApi attribute)
 
GluuAttributeApi updateAttribute (GluuAttributeApi attribute)
 

静的公開変数類

static final String PATH_INUM = "/{inum}"
 
static final String INUM = "inum"
 

詳解

関数詳解

◆ createAttribute()

GluuAttributeApi org.gluu.oxtrust.api.proxy.AttributeProxy.createAttribute ( GluuAttributeApi  attribute)

◆ 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()

GluuAttributeApi org.gluu.oxtrust.api.proxy.AttributeProxy.updateAttribute ( GluuAttributeApi  attribute)

メンバ詳解

◆ 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

このインタフェース詳解は次のファイルから抽出されました: