|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEntityQueryParser
com.atlassian.crowd.integration.atlassianuser.CrowdEntityQueryParser
public class CrowdEntityQueryParser
Performs searching verses the Crowd security server.
Field Summary | |
---|---|
protected GroupManager |
groupManager
|
protected Repository |
repository
|
protected UserManager |
userManager
|
Constructor Summary | |
---|---|
CrowdEntityQueryParser()
|
Method Summary | |
---|---|
SearchResult |
findGroups(Query query)
Searches the Crowd directory server for a set of groups. |
SearchResult |
findGroups(Query query,
QueryContext context)
Searches the Crowd directory server for a set of groups. |
SearchResult |
findUsers(Query query)
Searches the Crowd directory server for a set of principals. |
SearchResult |
findUsers(Query query,
QueryContext context)
Searches the Crowd directory server for a set of principals. |
void |
init(HashMap args)
Used for configuration by a config. |
protected SearchRestriction |
processRestriction(Query query)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected UserManager userManager
protected GroupManager groupManager
protected Repository repository
Constructor Detail |
---|
public CrowdEntityQueryParser()
Method Detail |
---|
public void init(HashMap args) throws ConfigurationException
args
-
ConfigurationException
public SearchResult findUsers(Query query) throws EntityException
query
- Query restrictions.
EntityException
protected SearchRestriction processRestriction(Query query)
public SearchResult findGroups(Query query) throws EntityException
query
- Query restrictions.
EntityException
public SearchResult findUsers(Query query, QueryContext context) throws EntityException
query
- Query restrictions.context
- This attribute is ignored.
EntityException
public SearchResult findGroups(Query query, QueryContext context) throws EntityException
query
- Query restrictions.context
- This attribute is ignored.
EntityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |