ActiveDirectoryGroup.UpdateStages.WithMember 接口
定义
An AD Group definition allowing members to be added or removed.
public interface WithMember
方法
withMember(ActiveDirectoryGroup group) |
Adds a group as a member in the group. |
withMember(ActiveDirectoryUser user) |
Adds a user as a member in the group. |
withMember(ServicePrincipal servicePrincipal) |
Adds a service principal as a member in the group. |
withMember(String objectId) |
Adds a member based on its object id. The member can be a user, a group, a service principal, or an application. |
withoutMember(ActiveDirectoryGroup group) |
Removes a group as a member in the group. |
withoutMember(ActiveDirectoryUser user) |
Removes a user as a member in the group. |
withoutMember(ServicePrincipal servicePrincipal) |
Removes a service principal as a member in the group. |
withoutMember(String objectId) |
Removes a member based on its object id. |