public final class SubjectInfo extends Object
| Constructor and Description |
|---|
SubjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<UUID> |
getGroupIds()
Get the groupIds property: List of group Ids that the principalId is part of.
|
UUID |
getPrincipalId()
Get the principalId property: Principal Id.
|
SubjectInfo |
setGroupIds(List<UUID> groupIds)
Set the groupIds property: List of group Ids that the principalId is part of.
|
SubjectInfo |
setPrincipalId(UUID principalId)
Set the principalId property: Principal Id.
|
public UUID getPrincipalId()
public SubjectInfo setPrincipalId(UUID principalId)
principalId - the principalId value to set.public List<UUID> getGroupIds()
public SubjectInfo setGroupIds(List<UUID> groupIds)
groupIds - the groupIds value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.