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 CustomObject
CustomObjectService. createCustomObject(CustomObject obj)
Operation createCustomObjectCustomObject
CustomObjectService. findCustomObjectByTypeAndName(String objectType, String name)
Operation findCustomObjectByTypeAndNameCustomObject
CustomObjectService. 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 CustomObject
CustomObjectService. createCustomObject(CustomObject obj)
Operation createCustomObjectvoid
CustomObjectService. deleteCustomObject(CustomObject obj)
Operation deleteCustomObjectCustomObject
CustomObjectService. 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 CustomObject
CustomObjectService. createCustomObject(CustomObject obj)
CustomObject
CustomObjectService. findCustomObjectByTypeAndName(String objectType, String name)
CustomObject
CustomObjectService. updateCustomObject(CustomObject obj)
Methods in com.soffid.iam.service.ejb with parameters of type CustomObject Modifier and Type Method Description CustomObject
CustomObjectService. createCustomObject(CustomObject obj)
void
CustomObjectService. deleteCustomObject(CustomObject obj)
CustomObject
CustomObjectService. 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 CustomObject
AuthoritativeChange. getObject()
Gets value for attribute objectMethods in com.soffid.iam.sync.intf with parameters of type CustomObject Modifier and Type Method Description void
CustomObjectMgr. removeCustomObject(CustomObject obj)
void
AuthoritativeChange. setObject(CustomObject object)
Sets value for attribute objectvoid
CustomObjectMgr. 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 CustomObject
ServerService. 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 CustomObject
AuthoritativeChange. getObject()
Gets value for attribute objectMethods in es.caib.seycon.ng.sync.intf with parameters of type CustomObject Modifier and Type Method Description void
AuthoritativeChange. 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 CustomObject
ServerService. getCustomObject(String type, String name)
Operation getCustomObject
-