Uses of Class
com.soffid.iam.api.AttributeMapping
-
Packages that use AttributeMapping Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf es.caib.seycon.ng.comu -
-
Uses of AttributeMapping in com.soffid.iam.api
Methods in com.soffid.iam.api that return AttributeMapping Modifier and Type Method Description static AttributeMapping
AttributeMapping. toAttributeMapping(AttributeMapping vo)
Creates a AttributeMapping value object based on a AttributeMapping object.static AttributeMapping[]
AttributeMapping. toAttributeMappingArray(AttributeMapping[] source)
Creates a AttributeMapping array on a AttributeMapping array.Methods in com.soffid.iam.api that return types with arguments of type AttributeMapping Modifier and Type Method Description static AsyncList<AttributeMapping>
AttributeMapping. toAttributeMappingAsyncList(AsyncList<AttributeMapping> source)
Creates a AttributeMapping asynclist on a AttributeMapping collection.static PagedResult<AttributeMapping>
AttributeMapping. toAttributeMappingList(PagedResult<AttributeMapping> source)
Creates a AttributeMapping pagedResult on a AttributeMapping collection.static List<AttributeMapping>
AttributeMapping. toAttributeMappingList(Collection<AttributeMapping> source)
Creates a AttributeMapping list on a AttributeMapping collection.Methods in com.soffid.iam.api with parameters of type AttributeMapping Modifier and Type Method Description static void
AttributeMapping. toAttributeMapping(AttributeMapping source, AttributeMapping target)
Updates a AttributeMapping value object based on a AttributeMapping object.Constructors in com.soffid.iam.api with parameters of type AttributeMapping Constructor Description AttributeMapping(AttributeMapping otherBean)
-
Uses of AttributeMapping in com.soffid.iam.service
Methods in com.soffid.iam.service that return AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
Operation createAttributeMapping
DispatcherService. update(AttributeMapping mapping)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
DispatcherService. findAttributeMappingsByObject(Long objectId)
Operation findAttributeMappingsByObjectMethods in com.soffid.iam.service with parameters of type AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
Operation createvoid
DispatcherService. delete(AttributeMapping mapping)
Operation deleteAttributeMapping
DispatcherService. update(AttributeMapping mapping)
Operation update -
Uses of AttributeMapping in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
AttributeMapping
DispatcherService. update(AttributeMapping mapping)
Methods in com.soffid.iam.service.ejb that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
DispatcherService. findAttributeMappingsByObject(Long objectId)
Methods in com.soffid.iam.service.ejb with parameters of type AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
void
DispatcherService. delete(AttributeMapping mapping)
AttributeMapping
DispatcherService. update(AttributeMapping mapping)
-
Uses of AttributeMapping in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
ExtensibleObjectMapping. getAttributes()
Method parameters in com.soffid.iam.sync.intf with type arguments of type AttributeMapping Modifier and Type Method Description void
ExtensibleObjectMapping. setAttributes(Collection<AttributeMapping> attributes)
-
Uses of AttributeMapping in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type AttributeMapping Modifier and Type Method Description static AttributeMapping
AttributeMapping. toAttributeMapping(AttributeMapping vo)
Creates a AttributeMapping value object based on a AttributeMapping object.static void
AttributeMapping. toAttributeMapping(AttributeMapping source, AttributeMapping target)
Updates a AttributeMapping value object based on a AttributeMapping object.static AttributeMapping[]
AttributeMapping. toAttributeMappingArray(AttributeMapping[] source)
Creates a AttributeMapping array on a AttributeMapping array.Method parameters in es.caib.seycon.ng.comu with type arguments of type AttributeMapping Modifier and Type Method Description static AsyncList<AttributeMapping>
AttributeMapping. toAttributeMappingAsyncList(AsyncList<AttributeMapping> source)
Creates a AttributeMapping asynclist on a AttributeMapping collection.static PagedResult<AttributeMapping>
AttributeMapping. toAttributeMappingList(PagedResult<AttributeMapping> source)
Creates a AttributeMapping pagedResult on a AttributeMapping collection.static List<AttributeMapping>
AttributeMapping. toAttributeMappingList(Collection<AttributeMapping> source)
Creates a AttributeMapping list on a AttributeMapping collection.
-