gluu
|
公開メンバ関数 | |
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.
String org.xdi.oxauth.idgen.ws.rs.IdGenerator.generateId | ( | String | p_idType, |
String | p_idPrefix | ||
) |
Generates id.
p_idType | id type : use to specify entity type, i.e. person, client |
p_idPrefix | id prefix : If you want to prefix all ids, use this, otherwise pass "" |
org.xdi.oxauth.idgen.ws.rs.InumGenerator, org.xdi.oxauth.idgen.ws.rs.IdGenServiceで実装されています。