public abstract class AbstractCrowdUserManager extends Object implements com.atlassian.user.UserManager
| Constructor and Description |
|---|
AbstractCrowdUserManager(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.user.repository.RepositoryIdentifier |
getIdentifier()
Returns information about the respository implementation.
|
com.atlassian.user.repository.RepositoryIdentifier |
getRepository(com.atlassian.user.Entity entity)
Returns information about the respository for a specific entity.
|
boolean |
isCreative() |
boolean |
isReadOnly(com.atlassian.user.User user)
Determines if the user is read only.
|
public AbstractCrowdUserManager(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier)
public boolean isReadOnly(com.atlassian.user.User user)
throws com.atlassian.user.EntityException
isReadOnly in interface com.atlassian.user.UserManageruser - The user to check.UserManager does not
know about the User.com.atlassian.user.EntityExceptionpublic com.atlassian.user.repository.RepositoryIdentifier getIdentifier()
getIdentifier in interface com.atlassian.user.EntityManagerpublic com.atlassian.user.repository.RepositoryIdentifier getRepository(com.atlassian.user.Entity entity)
throws com.atlassian.user.EntityException
getRepository in interface com.atlassian.user.EntityManagerentity - The entity.com.atlassian.user.EntityExceptionpublic boolean isCreative()
isCreative in interface com.atlassian.user.EntityManagerCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.