存储库 SPI
这些为针对 virtual member manager 适配器的系统编程接口。
存储库 SPI 在接口中定义:com.ibm.wsspi.wim.Repository
包名称:
com.ibm.wsspi.wim
存储库接口方法为:
创建
createSchema
删除
获取
getSchema
初始化
登录
搜索
更新
create
使用 create 方法可创建实体。
createSchema
使用 createSchema SPI 可创建新的实体和属性类型。
删除
使用 delete 方法可移除条目。
get
使用 get 方法可检索一个或多个实体的信息。
getSchema
使用 getSchema SPI 可检索存储库特定模式信息。
initialize
使用 initialize SPI 可调用适配器。
login
使用 login 方法可对用户进行认证。
search
使用 search 方法可在概要文件存储库查找与搜索条件相匹配的条目。
update
使用 update 方法可修改实体的信息。
父主题:
Virtual member manager SPI