Uses of Class
com.atlassian.crowd.exception.ObjectAlreadyExistsException
Package
Description
-
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.dao.token
Modifier and TypeMethodDescriptionExpirableUserTokenDao.add
(ExpirableUserToken token) Persist the given tokenExpirableUserTokenDaoHibernate.add
(ExpirableUserToken token) Persists a new token. -
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.exception
Modifier and TypeClassDescriptionclass
Used to indicate that there exists an application with the same name as the one to be created.class
Thrown to indicate that a membership cannot be added because it already exists.final class
Thrown to indicate that a user already exists in the directory. -
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.manager.token
-
Uses of ObjectAlreadyExistsException in com.atlassian.crowd.service.token
Modifier and TypeMethodDescriptionDefaultInviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) InviteUserTokenService.createAndStoreToken
(String email, long directoryId, int tokenExpirySeconds) Create a new token for the given email address and directory ID and store it