此屬性的值是一個類別清單,其中列出為針對組織或角色而配置的資源提供產生識別碼的類別。com.sun.identity.liberty.ws.interfaces.ResourceIDMapper 是用來將使用者識別碼對映至與其相關聯之資源識別碼的介面。探索服務為此介面提供兩種實作:
com.sun.identity.liberty.ws.disco.plugins.Default64ResourceIDMapper (格式:providerID + "/" + Base64 編碼的使用者 ID)
com.sun.identity.liberty.ws.disco.plugins.DefaultHexResourceIDMapper (格式:providerID + "/" + 使用者 ID 的十六進位字串)
可以利用實作類別開發不同的實作,然後按一下 [新建] 並使用下列格式,將這些實作新增為此屬性的值:
providerid=providerID| class_name_and_path