Interface UserGroupAdministrationMapping
public interface UserGroupAdministrationMapping
Represents an administration mapping of user to a group
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the target groupcom.atlassian.crowd.embedded.api.UsergetUser()Returns the administrator
-
Method Details
-
getUser
com.atlassian.crowd.embedded.api.User getUser()Returns the administrator- Returns:
- the administrator
-
getTargetGroup
Group getTargetGroup()Returns the target group- Returns:
- the target group
-