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 RootCustomRepository. create(Root root)Creates the entity under the given root data object.RootCustomRepository. delete(Root root)Delete the entity specified in the root data object.RootCustomRepository. get(Root root)Returns information of the specified entities.RootCustomRepository. login(Root root)Authenticates the account data object in the specified root data object.RootCustomRepository. search(Root root)Searches the profile repositories for entities matching the given search expression and returns them with the requested properties.RootCustomRepository. 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 RootCustomRepository. create(Root root)Creates the entity under the given root data object.RootCustomRepository. delete(Root root)Delete the entity specified in the root data object.RootCustomRepository. get(Root root)Returns information of the specified entities.RootCustomRepository. login(Root root)Authenticates the account data object in the specified root data object.RootCustomRepository. search(Root root)Searches the profile repositories for entities matching the given search expression and returns them with the requested properties.RootCustomRepository. 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 RootObjectFactory. createRoot()Create an instance ofRootMethods in com.ibm.wsspi.security.wim.model that return types with arguments of type Root Modifier and Type Method Description javax.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 javax.xml.bind.JAXBElement<Root>ObjectFactory. createRoot(Root value)
-