public class GrouperProvisioningTarget extends Object
| Constructor and Description |
|---|
GrouperProvisioningTarget(String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalizedName()
externalized name or the key
|
String |
getGroupAllowedToAssign()
group whose members are allowed to assign this target
|
String |
getKey()
target key.
|
String |
getName()
name of the target (part of the config keys)
|
Boolean |
isAllowAssignmentsOnlyOnOneStem()
should the target be assignable to only one stem
|
boolean |
isReadOnly()
should the target be only readable and not assignable
|
void |
setAllowAssignmentsOnlyOnOneStem(boolean allowAssignmentsOnlyOnOneStem)
should the target be assignable to only one stem
|
void |
setGroupAllowedToAssign(String groupAllowedToAssign)
group whose members are allowed to assign this target
|
void |
setReadOnly(boolean readOnly)
should the target be only readable and not assignable
|
public String getKey()
public String getExternalizedName()
public String getName()
public void setGroupAllowedToAssign(String groupAllowedToAssign)
groupAllowedToAssign - public String getGroupAllowedToAssign()
public void setAllowAssignmentsOnlyOnOneStem(boolean allowAssignmentsOnlyOnOneStem)
allowAssignmentsOnlyOnOneStem - public Boolean isAllowAssignmentsOnlyOnOneStem()
public void setReadOnly(boolean readOnly)
readOnly - public boolean isReadOnly()
Copyright © 2016 Internet2. All rights reserved.