Package | Description |
---|---|
com.ibm.wsspi.security.wim | |
com.ibm.wsspi.security.wim.exception |
Modifier and Type | Method and Description |
---|---|
Root |
CustomRepository.create(Root root)
Creates the entity under the given root data object.
|
Root |
CustomRepository.delete(Root root)
Delete the entity specified in the root data object.
|
Root |
CustomRepository.get(Root root)
Returns information of the specified entities.
|
Root |
CustomRepository.login(Root root)
Authenticates the account data object in the specified root data object.
|
Root |
CustomRepository.search(Root root)
Searches the profile repositories for entities matching the given search
expression and returns them with the requested properties.
|
Root |
CustomRepository.update(Root root)
Updates entity specified in the root data object.
|