All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addAllToNamespaces(Collection<String> items) |
A |
addAllToRoleNames(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToNamespaces(Integer index,
String item) |
A |
addToNamespaces(String... items) |
A |
addToRoleNames(Integer index,
String item) |
A |
addToRoleNames(String... items) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowEscalation() |
String |
getFirstNamespace() |
String |
getFirstRoleName() |
String |
getLastNamespace() |
String |
getLastRoleName() |
String |
getMatchingNamespace(Predicate<String> predicate) |
String |
getMatchingRoleName(Predicate<String> predicate) |
String |
getNamespace(Integer index) |
List<String> |
getNamespaces() |
String |
getRoleName(Integer index) |
List<String> |
getRoleNames() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAllowEscalation() |
Boolean |
hasMatchingNamespace(Predicate<String> predicate) |
Boolean |
hasMatchingRoleName(Predicate<String> predicate) |
Boolean |
hasNamespaces() |
Boolean |
hasRoleNames() |
A |
removeAllFromNamespaces(Collection<String> items) |
A |
removeAllFromRoleNames(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromNamespaces(String... items) |
A |
removeFromRoleNames(String... items) |
A |
setToNamespaces(Integer index,
String item) |
A |
setToRoleNames(Integer index,
String item) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAllowEscalation() |
A |
withAllowEscalation(Boolean allowEscalation) |
A |
withNamespaces(List<String> namespaces) |
A |
withNamespaces(String... namespaces) |
A |
withRoleNames(List<String> roleNames) |
A |
withRoleNames(String... roleNames) |