Uses of Class
com.atlassian.crowd.exception.ObjectNotFoundException
Packages that use ObjectNotFoundException
Package
Description
-
Uses of ObjectNotFoundException in com.atlassian.crowd.console.action.options
Methods in com.atlassian.crowd.console.action.options that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in com.atlassian.crowd.crypto
Methods in com.atlassian.crowd.crypto that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in com.atlassian.crowd.dao.directory
Methods in com.atlassian.crowd.dao.directory that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionDirectorySynchronisationStatusDAOHibernate.update(DirectorySynchronisationStatus status) -
Uses of ObjectNotFoundException in com.atlassian.crowd.dao.licensing
Methods in com.atlassian.crowd.dao.licensing that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in com.atlassian.crowd.dao.property
Methods in com.atlassian.crowd.dao.property that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in com.atlassian.crowd.dao.token
Methods in com.atlassian.crowd.dao.token that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionTokenDAOHibernate.findByID(long ID) SessionTokenStorage.findByIdentifierHash(String identifierHash) Finds token by identifier hash.TokenDAOHibernate.findByIdentifierHash(String identifierHash) TokenDAOMemory.findByIdentifierHash(String identifierHash) SessionTokenStorage.findByRandomHash(String randomHash) Finds token by random hash.TokenDAOHibernate.findByRandomHash(String randomHash) TokenDAOMemory.findByRandomHash(String randomHash) -
Uses of ObjectNotFoundException in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionDirectorySynchronisationStatusDao.update(DirectorySynchronisationStatus status) Updates an existing directory status -
Uses of ObjectNotFoundException in com.atlassian.crowd.exception
Subclasses of ObjectNotFoundException in com.atlassian.crowd.exceptionModifier and TypeClassDescriptionclassThrown when an application is not found.classThrown when a directory mapping could not be found for the given pair application and directory ids.classThrown when the specified group could not be found.classUsed to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.classThrown when the specified user could not be found.classThrown to indicate that a Webhook does not exist on the server -
Uses of ObjectNotFoundException in com.atlassian.crowd.licensing
Methods in com.atlassian.crowd.licensing that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionio.atlassian.fugue.Pair<List<ApplicationLicensedUser>,Long> ApplicationLicensingService.searchLicensedUsers(Long applicationId, String searchText, String directoryId, String appSubType, Long lastLoggedInDate, Long version, int start, int limit) Returns list of license consuming users in the products along with the total count of users matching the supplied queryio.atlassian.fugue.Pair<List<ApplicationLicensedUser>,Long> ApplicationLicensingServiceImpl.searchLicensedUsers(Long applicationId, String searchText, String directoryId, String productType, Long lastLoggedInDate, Long version, int start, int limit) -
Uses of ObjectNotFoundException in com.atlassian.crowd.manager.authentication
Methods in com.atlassian.crowd.manager.authentication that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionTokenAuthenticationManagerImpl.maybeUpdateLastAccessedTime(Token token) -
Uses of ObjectNotFoundException in com.atlassian.crowd.manager.mailer
Methods in com.atlassian.crowd.manager.mailer that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in com.atlassian.crowd.manager.property
Methods in com.atlassian.crowd.manager.property that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionPluginPropertyManager.getProperty(String key, String name) PluginPropertyManagerGeneric.getProperty(String key, String name) PropertyManager.getProperty(String name) Retrieves an arbitrary property by name.PropertyManagerGeneric.getProperty(String name) protected PropertyPropertyManagerGeneric.getPropertyObject(String name) -
Uses of ObjectNotFoundException in com.atlassian.crowd.manager.token
Methods in com.atlassian.crowd.manager.token that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionSwitchableTokenManagerImpl.findByIdentifierHash(String identifierHash) SwitchableTokenManagerImpl.findByRandomHash(String randomHash) -
Uses of ObjectNotFoundException in com.atlassian.crowd.plugin.rest.service.controller.licensing
Methods in com.atlassian.crowd.plugin.rest.service.controller.licensing that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionApplicationLicensingController.searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters) ApplicationLicensingController.searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters, RestPageRequest restPageRequest) -
Uses of ObjectNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.licensing
Methods in com.atlassian.crowd.plugin.rest.service.resource.licensing that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseApplicationLicensingResource.exportLicensedUsers(Long applicationId, String search, String directoryId, String jiraType, Long lastLoginBefore, Long searchVersion, javax.servlet.http.HttpServletResponse response) javax.ws.rs.core.ResponseApplicationLicensingResource.searchLicensedUsers(RestPageRequest restPageRequest, Long applicationId, LicensedUserSearchParameters searchParameters) -
Uses of ObjectNotFoundException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTestkitPropertyResource.deleteProperty(String key) javax.ws.rs.core.ResponseTestkitPropertyResource.getProperty(String key) javax.ws.rs.core.ResponseTestkitProxyPropertiesResource.getProxyProperties()javax.ws.rs.core.ResponseTestkitPropertyResource.setProperty(Map<String, String> properties) -
Uses of ObjectNotFoundException in com.atlassian.crowd.util.persistence.hibernate
Methods in com.atlassian.crowd.util.persistence.hibernate that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionabstract TInternalDirectoryEntityHibernateDao.findByName(long directoryId, String entityName) protected THibernateDao.findByPropertyOrThrow(String name, Object value) HibernateDao.load(Serializable id) Loads a persisted entity from the persistence store.