All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addAllToGroups(Collection<String> items) |
A |
addAllToScopes(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToGroups(Integer index,
String item) |
A |
addToGroups(String... items) |
A |
addToScopes(Integer index,
String item) |
A |
addToScopes(String... items) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstGroup() |
String |
getFirstScope() |
String |
getGroup(Integer index) |
List<String> |
getGroups() |
String |
getLastGroup() |
String |
getLastScope() |
String |
getMatchingGroup(Predicate<String> predicate) |
String |
getMatchingScope(Predicate<String> predicate) |
String |
getScope(Integer index) |
List<String> |
getScopes() |
String |
getUser() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroups() |
Boolean |
hasMatchingGroup(Predicate<String> predicate) |
Boolean |
hasMatchingScope(Predicate<String> predicate) |
Boolean |
hasScopes() |
Boolean |
hasUser() |
A |
removeAllFromGroups(Collection<String> items) |
A |
removeAllFromScopes(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromGroups(String... items) |
A |
removeFromScopes(String... items) |
A |
setToGroups(Integer index,
String item) |
A |
setToScopes(Integer index,
String item) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroups(List<String> groups) |
A |
withGroups(String... groups) |
A |
withScopes(List<String> scopes) |
A |
withScopes(String... scopes) |
A |
withUser(String user) |