Uses of Class
com.ibm.wsspi.security.wim.model.Root
-
Packages that use Root Package Description com.ibm.wsspi.security.wim com.ibm.wsspi.security.wim.model -
-
Uses of Root in com.ibm.wsspi.security.wim
Methods in com.ibm.wsspi.security.wim that return Root Modifier and Type Method 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.Methods in com.ibm.wsspi.security.wim with parameters of type Root Modifier and Type Method 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. -
Uses of Root in com.ibm.wsspi.security.wim.model
Methods in com.ibm.wsspi.security.wim.model that return Root Modifier and Type Method Description Root
ObjectFactory. createRoot()
Create an instance ofRoot
Methods in com.ibm.wsspi.security.wim.model that return types with arguments of type Root Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Root>
ObjectFactory. createRoot(Root value)
Methods in com.ibm.wsspi.security.wim.model with parameters of type Root Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Root>
ObjectFactory. createRoot(Root value)
-