public class XPFOpenIDCMUserAccess extends XPFEntity
| Constructor and Description | 
|---|
XPFOpenIDCMUserAccess()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
Optional<Boolean> | 
getAccessAll()
Flag to indicate whether the CM User has access to all objects of a specific type. 
 | 
Set<String> | 
getAssignments()
The CM User's assigned objects of a specific type. 
 | 
int | 
hashCode()  | 
boolean | 
isReplaceExisting()
Flag to indicate whether a user's existing objects of a specific type are to be replaced. 
 | 
void | 
setAccessAll(Optional<Boolean> accessAll)
Flag to indicate whether the CM User has access to all objects of a specific type. 
 | 
void | 
setAssignments(Set<String> assignments)
The CM User's assigned objects of a specific type. 
 | 
void | 
setReplaceExisting(boolean replaceExisting)
Flag to indicate whether a user's existing objects of a specific type are to be replaced. 
 | 
String | 
toString()  | 
getCustomDatapublic Optional<Boolean> getAccessAll()
public Set<String> getAssignments()
public boolean isReplaceExisting()
public void setAccessAll(Optional<Boolean> accessAll)
public void setAssignments(Set<String> assignments)
public void setReplaceExisting(boolean replaceExisting)
Copyright © 2024. All rights reserved.