gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.idgen.ws.rs.IdGenerator インタフェース
org.xdi.oxauth.idgen.ws.rs.IdGenerator の継承関係図
Inheritance graph
org.xdi.oxauth.idgen.ws.rs.IdGenerator 連携図
Collaboration graph

公開メンバ関数

String generateId (String p_idType, String p_idPrefix)
 

詳解

Id generator interface. Base interface for id generation. It must be implemented by python class in case of custom id generation.

著者
Yuriy Zabrovarnyy
バージョン
0.9, 24/06/2013

関数詳解

◆ generateId()

String org.xdi.oxauth.idgen.ws.rs.IdGenerator.generateId ( String  p_idType,
String  p_idPrefix 
)

Generates id.

引数
p_idTypeid type : use to specify entity type, i.e. person, client
p_idPrefixid prefix : If you want to prefix all ids, use this, otherwise pass ""
戻り値
generated id as string

org.xdi.oxauth.idgen.ws.rs.InumGenerator, org.xdi.oxauth.idgen.ws.rs.IdGenServiceで実装されています。


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