public interface ClausePermissionChecker
Modifier and Type | Method and Description |
---|---|
boolean |
hasPermissionToUseClause(com.atlassian.crowd.embedded.api.User user)
Checks to see that the provided user is able to use the clause.
|
boolean |
hasPermissionToUseClause(com.atlassian.crowd.embedded.api.User user,
Set<FieldLayout> fieldLayouts)
Checks to see that the provided user is able to use the clause.
|
boolean hasPermissionToUseClause(com.atlassian.crowd.embedded.api.User user)
user
- to check permissions against.boolean hasPermissionToUseClause(com.atlassian.crowd.embedded.api.User user, Set<FieldLayout> fieldLayouts)
user
- to check permissions against.fieldLayouts
- The field Layouts available to the given user (value of FieldManager.getVisibleFieldLayouts(User)
.Copyright © 2002-2015 Atlassian. All Rights Reserved.