Uses of Class
org.openiam.idm.srvc.res.dto.Resource
-
-
Uses of Resource in org.openiam.base.response
Methods in org.openiam.base.response that return Resource Modifier and Type Method Description Resource
ActivitiHistoricDetail. getResource()
Methods in org.openiam.base.response with parameters of type Resource Modifier and Type Method Description void
ActivitiHistoricDetail. 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 Resource
ResourceRabbitMQService. getResource(String id)
Resource
ResourceRabbitMQService. getResource(String id, boolean deepCopy)
Resource
ResourceRabbitMQService. 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 Response
ResourceRabbitMQService. deleteResource(Resource resource)
StringResponse
ResourceRabbitMQService. 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 Resource
ResourceDocumentToEntityConverter. convertToDTO(ResourceDoc doc)
protected Resource
ResourceDocumentToEntityConverter. 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 Resource
ResourceDozerConverter. convertDTO(Resource entity, boolean isDeep)
Resource
ResourceDozerConverter. convertToDTO(ResourceEntity entity, boolean isDeep)
Resource
ResourceDozerConverter. 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 Resource
ResourceDozerConverter. convertDTO(Resource entity, boolean isDeep)
ResourceEntity
ResourceDozerConverter. 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 Resource
ResourceService. findResourceDtoById(String resourceId)
Resource
ResourceService. getResourceDTO(String resourceId, boolean isDeepCopy)
Resource
ResourceService. 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 String
ResourceService. saveResource(Resource resource)
void
ResourceService. 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 Resource
ResourceServiceImpl. findResourceDtoById(String resourceId)
Resource
ResourceServiceImpl. 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 String
ResourceServiceImpl. saveResource(Resource resource)
void
ResourceServiceImpl. validate(Resource resource)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type Resource Modifier and Type Method Description void
AccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. process(ResourceSearchBean searchBean, List<Resource> dtoList, List<ResourceEntity> entityList)
protected void
ResourceServiceImpl. 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 Resource
AbstractResourceMembershipGenerator. 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 void
User. addResource(Resource resource)
Deprecated.void
User. addResource(Resource resource, Set<String> rights, Date startDate, Date endDate)
void
User. addResource(Resource resource, Set<String> rights, Date startDate, Date endDate, String description)
void
User. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. addResourceWithRights(Resource resource, Set<AccessRight> rights, Date startDate, Date endDate, String description)
void
User. removeResource(Resource resource)
-
Uses of Resource in org.openiam.match
Methods in org.openiam.match that return Resource Modifier and Type Method Description protected Resource
ResourceMatchObjectRule. 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 Resource
ResourceDataService. getResource(String resourceId)
Find a resource.Resource
ResourceDataServiceImpl. getResource(String resourceId)
Resource
ResourceDataService. suggestById(String resourceId)
Find a resource in Elasticsearch.Resource
ResourceDataServiceImpl. 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 Response
ResourceDataService. saveResource(Resource resource)
Add a new resource from a transient resource object and sets resourceId in the returned object.Response
ResourceDataServiceImpl. saveResource(Resource resource)
Response
ResourceDataService. validateEdit(Resource resource)
Validate if the resource can be createdResponse
ResourceDataServiceImpl. 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. resourcesById
protected HashMap<String,Resource>
AbstractTransformScript. resourcesByName
Methods in org.openiam.sync.service.impl.service that return Resource Modifier and Type Method Description protected Resource
AbstractTransformScript. getResourceById(String id)
protected Resource
AbstractTransformScript. getResourceByName(String 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 boolean
ResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
void
ResourceSyncObjectProcessorImpl. delete(Resource object)
String
ResourceSyncObjectProcessorImpl. getIdentity(Resource object, LineObject rowObj, SynchConfig config)
void
ResourceSyncObjectProcessorImpl. initiateWorkflow(Resource object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
ResourceSyncObjectProcessorImpl. provision(Resource object, LineObject lineObject)
Response
ResourceSyncObjectProcessorImpl. saveToDB(Resource object, LineObject lineObject)
void
ResourceSyncObjectProcessorImpl. 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 Resource
AbstractActivitiJob. 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
-