Uses of Class
com.soffid.iam.iga.api.CustomObject
Packages that use CustomObject
Package
Description
-
Uses of CustomObject in com.soffid.iam.iga.api
Constructors in com.soffid.iam.iga.api with parameters of type CustomObject -
Uses of CustomObject in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return CustomObjectModifier and TypeMethodDescriptionCustomObjectService.createCustomObject(CustomObject obj) Operation createCustomObjectCustomObjectService.findCustomObjectByTypeAndName(String objectType, String name) Operation findCustomObjectByTypeAndNameOperation loadCustomObjectService.updateCustomObject(CustomObject obj) Operation updateCustomObjectMethods in com.soffid.iam.iga.service that return types with arguments of type CustomObjectModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<CustomObject>CustomObjectService.findCustomObjects(String objectType, com.soffid.zkdb.api.Query query) Operation findCustomObjectsMethods in com.soffid.iam.iga.service with parameters of type CustomObjectModifier and TypeMethodDescriptionCustomObjectService.createCustomObject(CustomObject obj) Operation createCustomObjectvoidCustomObjectService.deleteCustomObject(CustomObject obj) Operation deleteCustomObjectCustomObjectService.updateCustomObject(CustomObject obj) Operation updateCustomObject -
Uses of CustomObject in com.soffid.iam.iga.service.ejb
Methods in com.soffid.iam.iga.service.ejb that return CustomObjectModifier and TypeMethodDescriptionCustomObjectService.createCustomObject(CustomObject obj) CustomObjectService.findCustomObjectByTypeAndName(String objectType, String name) CustomObjectService.updateCustomObject(CustomObject obj) Methods in com.soffid.iam.iga.service.ejb that return types with arguments of type CustomObjectModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<CustomObject>CustomObjectService.findCustomObjects(String objectType, com.soffid.zkdb.api.Query query) Methods in com.soffid.iam.iga.service.ejb with parameters of type CustomObjectModifier and TypeMethodDescriptionCustomObjectService.createCustomObject(CustomObject obj) voidCustomObjectService.deleteCustomObject(CustomObject obj) CustomObjectService.updateCustomObject(CustomObject obj) -
Uses of CustomObject in com.soffid.iam.sync.api
Methods in com.soffid.iam.sync.api that return CustomObjectModifier and TypeMethodDescriptionAuthoritativeChange.getObject()Gets value for attribute objectMethods in com.soffid.iam.sync.api with parameters of type CustomObjectModifier and TypeMethodDescriptionvoidAuthoritativeChange.setObject(CustomObject object) Sets value for attribute objectConstructors in com.soffid.iam.sync.api with parameters of type CustomObjectModifierConstructorDescriptionAuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String, Object> attributes, Set<String> groups, Collection<UserGroup> groups2, Group group, CustomObject object) -
Uses of CustomObject in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type CustomObject -
Uses of CustomObject in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return CustomObjectModifier and TypeMethodDescriptionServerService.getCustomObject(String type, String name) Operation getCustomObject