public class AllowingAuthenticateByEmailApplicationService extends AbstractDelegatingApplicationService
ApplicationService.MembershipsIterable| Constructor and Description |
|---|
AllowingAuthenticateByEmailApplicationService(ApplicationService delegate,
EmailAddressValidator emailValidator,
com.atlassian.event.api.EventPublisher eventPublisher,
CanonicalUsersByEmailFinder canonicalUsersByEmailFinder,
com.atlassian.crowd.embedded.spi.DcLicenseChecker dcLicenseChecker) |
| Modifier and Type | Method and Description |
|---|---|
User |
authenticateUser(Application application,
String usernameOrEmail,
PasswordCredential passwordCredential) |
addAllUsers, addGroup, addGroupToGroup, addUser, addUser, addUserToGroup, createPagedGroupSearcher, createPagedUserSearcher, expireAllPasswords, findGroupByName, findGroupWithAttributesByName, findRemoteUserByName, findUserByKey, findUserByName, findUserWithAttributesByKey, findUserWithAttributesByName, findWebhookById, getApplicationService, getCapabilitiesForNewUsers, getCurrentEventToken, getMemberships, getNewEvents, getUserAvatar, getUserAvatarLink, isGroupDirectGroupMember, isGroupNestedGroupMember, isUserAuthorised, isUserAuthorised, isUserDirectGroupMember, isUserNestedGroupMember, registerWebhook, removeGroup, removeGroupAttributes, removeGroupFromGroup, removeUser, removeUserAttributes, removeUserFromGroup, renameUser, searchDirectGroupRelationships, searchGroups, searchNestedGroupRelationships, searchUsers, storeGroupAttributes, storeUserAttributes, unregisterWebhook, updateGroup, updateUser, updateUserCredential, userAuthenticatedpublic AllowingAuthenticateByEmailApplicationService(ApplicationService delegate, EmailAddressValidator emailValidator, com.atlassian.event.api.EventPublisher eventPublisher, CanonicalUsersByEmailFinder canonicalUsersByEmailFinder, com.atlassian.crowd.embedded.spi.DcLicenseChecker dcLicenseChecker)
public User authenticateUser(Application application, String usernameOrEmail, PasswordCredential passwordCredential) throws OperationFailedException, InactiveAccountException, InvalidAuthenticationException, ExpiredCredentialException, UserNotFoundException
authenticateUser in interface ApplicationServiceauthenticateUser in class AbstractDelegatingApplicationServiceOperationFailedExceptionInactiveAccountExceptionInvalidAuthenticationExceptionExpiredCredentialExceptionUserNotFoundExceptionCopyright © 2023 Atlassian. All rights reserved.