Package | Description |
---|---|
com.ibm.wsspi.security.wim | |
com.ibm.wsspi.security.wim.model |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Root |
ObjectFactory.createRoot()
Create an instance of
Root |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Root> |
ObjectFactory.createRoot(Root value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Root> |
ObjectFactory.createRoot(Root value)
|