Uses of Interface
com.atlassian.crowd.embedded.api.service.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in com.atlassian.crowd.embedded.api.service
Methods in com.atlassian.crowd.embedded.api.service that return types with arguments of type ResourceModifier and TypeMethodDescriptionServiceAccount.getResourceRestrictions()
Defines the resource restrictions for this service account. -
Uses of Resource in com.atlassian.crowd.embedded.impl.service
Classes in com.atlassian.crowd.embedded.impl.service that implement ResourceFields in com.atlassian.crowd.embedded.impl.service declared as ResourceModifier and TypeFieldDescriptionstatic Resource
RestrictedResourcesProviderStub.PROJECT_1
static Resource
RestrictedResourcesProviderStub.REPO_1
static Resource
RestrictedResourcesProviderStub.REPO_2
Fields in com.atlassian.crowd.embedded.impl.service with type parameters of type ResourceMethods in com.atlassian.crowd.embedded.impl.service that return ResourceModifier and TypeMethodDescriptionRestrictedResourcesProviderStub.getResource
(String resourceTypeId, String resourceId) Methods in com.atlassian.crowd.embedded.impl.service that return types with arguments of type ResourceModifier and TypeMethodDescriptionRestrictedResourcesProviderStub.findResources
(String typeId, String query, PageRequest pageRequest) -
Uses of Resource in com.atlassian.crowd.embedded.spi.service
Methods in com.atlassian.crowd.embedded.spi.service that return ResourceModifier and TypeMethodDescriptionRestrictedResourcesProvider.getResource
(String resourceTypeId, String resourceId) Returns a resource by its ID and type.Methods in com.atlassian.crowd.embedded.spi.service that return types with arguments of type ResourceModifier and TypeMethodDescriptionRestrictedResourcesProvider.findResources
(String resourceTypeId, String searchText, PageRequest pageRequest) Returns a paginated list of resources that match the given search text. -
Uses of Resource in com.atlassian.crowd.manager.service
Classes in com.atlassian.crowd.manager.service that implement ResourceMethods in com.atlassian.crowd.manager.service that return ResourceModifier and TypeMethodDescriptionRestrictedResourcesProviderImpl.getResource
(String resourceTypeId, String resourceId) Methods in com.atlassian.crowd.manager.service that return types with arguments of type ResourceModifier and TypeMethodDescriptionRestrictedResourcesProviderImpl.findResources
(String resourceTypeId, String searchText, PageRequest pageRequest) -
Uses of Resource in com.atlassian.crowd.model.service
Methods in com.atlassian.crowd.model.service that return types with arguments of type ResourceMethod parameters in com.atlassian.crowd.model.service with type arguments of type ResourceModifier and TypeMethodDescriptionServiceAccountImpl.Builder.resourceRestrictions
(Map<ResourceType, Set<Resource>> resourceRestrictions) -
Uses of Resource in com.atlassian.crowd.util
Method parameters in com.atlassian.crowd.util with type arguments of type ResourceModifier and TypeMethodDescriptionstatic Set
<ResourceRestriction> ResourceRestrictionSetTransformer.fromMap
(Map<ResourceType, Set<Resource>> resourceRestrictions, @NonNull InternalServiceAccount internalServiceAccount)