public interface DefaultGroupMembershipResolver
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getDefaultGroupNames(Application application,
Directory directory,
UserWithAttributes user)
Returns the default group memberships to which the user authenticating to the specified application should be added to.
|
void |
onDefaultGroupsAdded(Application application,
Directory directory,
UserWithAttributes user)
The callback that should be called after adding the user to all the default groups returned from this DefaultGroupMembershipResolver
|
Collection<String> getDefaultGroupNames(Application application, Directory directory, UserWithAttributes user)
application - the application which user authenticates againstdirectory - the user's directoryuser - the uservoid onDefaultGroupsAdded(Application application, Directory directory, UserWithAttributes user) throws OperationFailedException
application - the application user authenticated againstdirectory - the user's directoryuser - the userOperationFailedExceptionCopyright © 2023 Atlassian. All rights reserved.