public interface GroupConfigurable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGroupUsed(com.atlassian.crowd.embedded.api.Group group)
Determine whether configuration exists for the specified
Group. |
default boolean |
isGroupUsed(String groupName)
Determine whether configuration exists for the specified groupName.
|
boolean isGroupUsed(@Nonnull com.atlassian.crowd.embedded.api.Group group)
Group.group - that may or may not exist.default boolean isGroupUsed(@Nonnull String groupName)
String
groupName to a Group using ImmutableGroup and then calls through to isGroupUsed(Group)groupName - name of the group that may or may not exist.isGroupUsed(Group)Copyright © 2002-2015 Atlassian. All Rights Reserved.