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.UserManager
user
- The user to check.UserManager
does not
know about the User
.com.atlassian.user.EntityException
public com.atlassian.user.repository.RepositoryIdentifier getIdentifier()
getIdentifier
in interface com.atlassian.user.EntityManager
public com.atlassian.user.repository.RepositoryIdentifier getRepository(com.atlassian.user.Entity entity) throws com.atlassian.user.EntityException
getRepository
in interface com.atlassian.user.EntityManager
entity
- The entity.com.atlassian.user.EntityException
public boolean isCreative()
isCreative
in interface com.atlassian.user.EntityManager
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.