Uses of Class
org.openiam.idm.srvc.res.dto.Resource
-
Packages that use Resource Package Description org.openiam.base.response org.openiam.common.beans.mq org.openiam.elasticsearch.converter org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.idm.processor.groovy org.openiam.idm.srvc.user.dto org.openiam.match org.openiam.model org.openiam.srvc.am org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM.org.openiam.sync.service.impl.srcadapter.processor org.openiam.workflow.activiti.delegate.core org.openiam.workflow.activiti.groovy -
-
Uses of Resource in org.openiam.base.response
Methods in org.openiam.base.response that return Resource Modifier and Type Method Description ResourceActivitiHistoricDetail. getResource()Methods in org.openiam.base.response with parameters of type Resource Modifier and Type Method Description voidActivitiHistoricDetail. setResource(Resource resource) -
Uses of Resource in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return Resource Modifier and Type Method Description ResourceResourceRabbitMQService. getResource(String id)ResourceResourceRabbitMQService. getResource(String id, boolean deepCopy)ResourceResourceRabbitMQService. suggest(String id)Methods in org.openiam.common.beans.mq that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ResourceRabbitMQService. findBeans(ResourceSearchBean sb, int from, int size)List<Resource>ResourceRabbitMQService. getUserApplicationCategories(String userId, String rootResourceId)Methods in org.openiam.common.beans.mq with parameters of type Resource Modifier and Type Method Description ResponseResourceRabbitMQService. deleteResource(Resource resource)StringResponseResourceRabbitMQService. save(Resource resource) -
Uses of Resource in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Resource Modifier and Type Method Description ResourceResourceDocumentToEntityConverter. convertToDTO(ResourceDoc doc)protected ResourceResourceDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Resource Modifier and Type Method Description Class<Resource>ResourceDocumentToEntityConverter. getDTOClass() -
Uses of Resource in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type Resource Modifier and Type Method Description List<Resource>AuthProviderService. getAuthorizedScopes(String clientId, OAuthToken token) -
Uses of Resource in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type Resource Modifier and Type Method Description List<Resource>AuthProviderServiceImpl. getAuthorizedScopes(String clientId, OAuthToken token) -
Uses of Resource in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Resource Modifier and Type Method Description ResourceResourceDozerConverter. convertDTO(Resource entity, boolean isDeep)ResourceResourceDozerConverter. convertToDTO(ResourceEntity entity, boolean isDeep)ResourceResourceDozerConverter. convertToDTO(ResourceEntity entity, EntitlementsCollection... mappings)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ResourceDozerConverter. convertToDTOList(List<ResourceEntity> list, boolean isDeep)Set<Resource>ResourceDozerConverter. convertToDTOSet(Set<ResourceEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Resource Modifier and Type Method Description ResourceResourceDozerConverter. convertDTO(Resource entity, boolean isDeep)ResourceEntityResourceDozerConverter. convertToEntity(Resource entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Resource Modifier and Type Method Description List<ResourceEntity>ResourceDozerConverter. convertToEntityList(List<Resource> list, boolean isDeep)Set<ResourceEntity>ResourceDozerConverter. convertToEntitySet(Set<Resource> set, boolean isDeep) -
Uses of Resource in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Resource Modifier and Type Method Description ResourceResourceService. findResourceDtoById(String resourceId)ResourceResourceService. getResourceDTO(String resourceId, boolean isDeepCopy)ResourceResourceService. suggestById(String resourceId)Methods in org.openiam.esb.core.service that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ResourceService. findBeans(SynchronizationRequestSearchBean searchBean)List<Resource>ResourceService. getUserApplicationCategories(String userId, String rootResourceId)Method is user to get Application categories for given user id. since v4.1.8 users should be authorized to see categories.Methods in org.openiam.esb.core.service with parameters of type Resource Modifier and Type Method Description StringResourceService. saveResource(Resource resource)voidResourceService. validate(Resource resource) -
Uses of Resource in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Resource Modifier and Type Method Description ResourceResourceServiceImpl. findResourceDtoById(String resourceId)ResourceResourceServiceImpl. getResourceDTO(String resourceId, boolean isDeepCopy)Methods in org.openiam.esb.core.service.impl that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ResourceServiceImpl. findBeans(SynchronizationRequestSearchBean searchBean)List<Resource>ResourceServiceImpl. getUserApplicationCategories(String userId, String rootResourceId)Method is user to get Application categories for given user id. since v4.1.8 users should be authorized to see categories.Methods in org.openiam.esb.core.service.impl with parameters of type Resource Modifier and Type Method Description StringResourceServiceImpl. saveResource(Resource resource)voidResourceServiceImpl. validate(Resource resource)Method parameters in org.openiam.esb.core.service.impl with type arguments of type Resource Modifier and Type Method Description voidAccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList, List<ResourceEntity> entityList)protected voidResourceServiceImpl. setOwnerAndAdmin(List<Resource> resources, List<ResourceEntity> resourceEntities) -
Uses of Resource in org.openiam.idm.processor.groovy
Methods in org.openiam.idm.processor.groovy that return Resource Modifier and Type Method Description protected ResourceAbstractResourceMembershipGenerator. getObject(@NotNull String id) -
Uses of Resource in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto with parameters of type Resource Modifier and Type Method Description voidUser. addResource(Resource resource)Deprecated.voidUser. addResource(Resource resource, Set<String> rights, Date startDate, Date endDate)voidUser. addResource(Resource resource, Set<String> rights, Date startDate, Date endDate, String description)voidUser. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate, String description)voidUser. removeResource(Resource resource) -
Uses of Resource in org.openiam.match
Methods in org.openiam.match that return Resource Modifier and Type Method Description protected ResourceResourceMatchObjectRule. newObjectInstance(MatchConfig config)Methods in org.openiam.match that return types with arguments of type Resource Modifier and Type Method Description protected Predicate<Resource>ResourceMatchObjectRule. byAttribute(String name, String value)protected Predicate<Resource>ResourceMatchObjectRule. byEmail(String searchFilter)protected Predicate<Resource>ResourceMatchObjectRule. byEmployeeId(String searchFilter)protected Predicate<Resource>ResourceMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)protected Predicate<Resource>ResourceMatchObjectRule. byName(String searchFilter) -
Uses of Resource in org.openiam.model
Constructors in org.openiam.model with parameters of type Resource Constructor Description ResourcePair(LineObject object, Resource idmObject) -
Uses of Resource in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return Resource Modifier and Type Method Description ResourceResourceDataService. getResource(String resourceId)Find a resource.ResourceResourceDataServiceImpl. getResource(String resourceId)ResourceResourceDataService. suggestById(String resourceId)Find a resource in Elasticsearch.ResourceResourceDataServiceImpl. suggestById(String resourceId)Methods in org.openiam.srvc.am that return types with arguments of type Resource Modifier and Type Method Description List<Resource>OAuthWebService. getAuthorizedScopes(String clientId, OAuthToken oAuthToken)List<Resource>OAuthWebServiceImpl. getAuthorizedScopes(String clientId, OAuthToken oAuthToken)List<Resource>ResourceDataService. getUserApplicationCategories(String userId, String rootResourceId)Method is user to get Application categories for given user id. since v4.1.8 users should be authorized to see categories.List<Resource>ResourceDataServiceImpl. getUserApplicationCategories(String userId, String rootResourceId)Methods in org.openiam.srvc.am with parameters of type Resource Modifier and Type Method Description ResponseResourceDataService. saveResource(Resource resource)Add a new resource from a transient resource object and sets resourceId in the returned object.ResponseResourceDataServiceImpl. saveResource(Resource resource)ResponseResourceDataService. validateEdit(Resource resource)Validate if the resource can be createdResponseResourceDataServiceImpl. validateEdit(Resource resource) -
Uses of Resource in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type Resource Modifier and Type Field Description protected HashMap<String,Resource>AbstractTransformScript. resourcesByIdprotected HashMap<String,Resource>AbstractTransformScript. resourcesByNameMethods in org.openiam.sync.service.impl.service that return Resource Modifier and Type Method Description protected ResourceAbstractTransformScript. getResourceById(String id)Retrieves a resource by its ID.protected ResourceAbstractTransformScript. getResourceByName(String name)Retrieves a resource by its name. -
Uses of Resource in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type Resource Modifier and Type Method Description booleanResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)voidResourceSyncObjectProcessorImpl. delete(Resource object)StringResourceSyncObjectProcessorImpl. getIdentity(Resource object, LineObject rowObj, SynchConfig config)voidResourceSyncObjectProcessorImpl. initiateWorkflow(Resource object, LineObject lineObject, SynchronizationObjectProcessingAPI api)voidResourceSyncObjectProcessorImpl. provision(Resource object, LineObject lineObject)ResponseResourceSyncObjectProcessorImpl. saveToDB(Resource object, LineObject lineObject, Resource originalObject)voidResourceSyncObjectProcessorImpl. setActivityId(Resource object, String activityId) -
Uses of Resource in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return Resource Modifier and Type Method Description protected ResourceAbstractActivitiJob. getResource(String resourceId) -
Uses of Resource in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type Resource Modifier and Type Method Description protected Map<String,List<String>>ResourceGroovyScriptHelper. parseResourceAttributes(Resource resource)Parse resource attributes
-