public class AuthorizerImpl extends Object implements Authorizer
Authorizer.Failure, Authorizer.Result
ALWAYS
Constructor and Description |
---|
AuthorizerImpl(SearchProvider searchProvider,
ApplicationProperties properties,
GroupManager groupManager) |
Modifier and Type | Method and Description |
---|---|
Authorizer.Result |
isSearchRequestAuthorized(com.atlassian.crowd.embedded.api.User user,
SearchRequest searchRequest,
SearchRequestParams params)
Can the specified user perform this SearchRequest?
|
public AuthorizerImpl(SearchProvider searchProvider, ApplicationProperties properties, GroupManager groupManager)
public Authorizer.Result isSearchRequestAuthorized(com.atlassian.crowd.embedded.api.User user, SearchRequest searchRequest, SearchRequestParams params)
Authorizer
isSearchRequestAuthorized
in interface Authorizer
user
- who is trying to perform thesearchRequest
- they are attemptingparams
- the parameters for the search (such as tempMax etc)Copyright © 2002-2015 Atlassian. All Rights Reserved.