Uses of Class
com.soffid.iam.api.CustomObject
-
-
Uses of CustomObject in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type CustomObject Constructor Description CustomObject(CustomObject otherBean) -
Uses of CustomObject in com.soffid.iam.service
Methods in com.soffid.iam.service that return CustomObject Modifier and Type Method Description CustomObjectCustomObjectService. createCustomObject(CustomObject obj)Operation createCustomObjectCustomObjectCustomObjectService. findCustomObjectByTypeAndName(String objectType, String name)Operation findCustomObjectByTypeAndNameCustomObjectCustomObjectService. updateCustomObject(CustomObject obj)Operation updateCustomObjectMethods in com.soffid.iam.service that return types with arguments of type CustomObject Modifier and Type Method Description Collection<CustomObject>CustomObjectService. findCustomObjectByJsonQuery(String objectType, String query)Operation findCustomObjectByJsonQueryAsyncList<CustomObject>CustomObjectService. findCustomObjectByJsonQueryAsync(String objectType, String query)Operation findCustomObjectByJsonQueryAsyncCollection<CustomObject>CustomObjectService. findCustomObjectByText(String objectType, String query)Operation findCustomObjectByTextCollection<CustomObject>CustomObjectService. findCustomObjectByTextAndFilter(String objectType, String text, String filter)Operation findCustomObjectByTextAndFilterAsyncList<CustomObject>CustomObjectService. findCustomObjectByTextAndFilterAsync(String objectType, String text, String filter)Operation findCustomObjectByTextAndFilterAsyncPagedResult<CustomObject>CustomObjectService. findCustomObjectByTextAndJsonQuery(String text, String filter, Integer start, Integer end)Operation findCustomObjectByTextAndJsonQueryPagedResult<CustomObject>CustomObjectService. findCustomObjectByTextAndJsonQuery(String objectType, String text, String filter, Integer start, Integer end)Operation findCustomObjectByTextAndJsonQueryAsyncList<CustomObject>CustomObjectService. findCustomObjectByTextAndJsonQueryAsync(String text, String filter)Operation findCustomObjectByTextAndJsonQueryAsyncAsyncList<CustomObject>CustomObjectService. findCustomObjectByTextAndJsonQueryAsync(String objectType, String text, String filter)Operation findCustomObjectByTextAndJsonQueryAsyncAsyncList<CustomObject>CustomObjectService. findCustomObjectByTextAsync(String objectType, String query)Operation findCustomObjectByTextAsyncMethods in com.soffid.iam.service with parameters of type CustomObject Modifier and Type Method Description CustomObjectCustomObjectService. createCustomObject(CustomObject obj)Operation createCustomObjectvoidCustomObjectService. deleteCustomObject(CustomObject obj)Operation deleteCustomObjectCustomObjectCustomObjectService. updateCustomObject(CustomObject obj)Operation updateCustomObject -
Uses of CustomObject in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return CustomObject Modifier and Type Method Description CustomObjectCustomObjectService. createCustomObject(CustomObject obj)CustomObjectCustomObjectService. findCustomObjectByTypeAndName(String objectType, String name)CustomObjectCustomObjectService. updateCustomObject(CustomObject obj)Methods in com.soffid.iam.service.ejb with parameters of type CustomObject Modifier and Type Method Description CustomObjectCustomObjectService. createCustomObject(CustomObject obj)voidCustomObjectService. deleteCustomObject(CustomObject obj)CustomObjectCustomObjectService. updateCustomObject(CustomObject obj) -
Uses of CustomObject in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return CustomObject Modifier and Type Method Description CustomObjectAuthoritativeChange. getObject()Gets value for attribute objectMethods in com.soffid.iam.sync.intf with parameters of type CustomObject Modifier and Type Method Description voidCustomObjectMgr. removeCustomObject(CustomObject obj)voidAuthoritativeChange. setObject(CustomObject object)Sets value for attribute objectvoidCustomObjectMgr. updateCustomObject(CustomObject obj)Constructors in com.soffid.iam.sync.intf with parameters of type CustomObject Constructor Description AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String,Object> attributes, Set<String> groups, Collection<GroupUser> groups2, Group group, CustomObject object) -
Uses of CustomObject in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return CustomObject Modifier and Type Method Description CustomObjectServerService. getCustomObject(String type, String name)Operation getCustomObject -
Uses of CustomObject in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return CustomObject Modifier and Type Method Description CustomObjectAuthoritativeChange. getObject()Gets value for attribute objectMethods in es.caib.seycon.ng.sync.intf with parameters of type CustomObject Modifier and Type Method Description voidAuthoritativeChange. setObject(CustomObject object)Sets value for attribute objectConstructors in es.caib.seycon.ng.sync.intf with parameters of type CustomObject Constructor Description AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, Usuari user, Map<String,Object> attributes, Set<String> groups, Collection<UsuariGrup> groups2, Grup group, CustomObject object) -
Uses of CustomObject in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return CustomObject Modifier and Type Method Description CustomObjectServerService. getCustomObject(String type, String name)Operation getCustomObject
-