public interface UserNamesList extends Iterable<String>, IAdaptable
UserNamesList
contains name variants like wildcards (* / Company)
and all groups (including nested ones) for a user.Modifier and Type | Method and Description |
---|---|
String |
getPrimaryName()
Returns the first value of the list
|
List<String> |
toList()
Returns the names contained in this names list
|
forEach, iterator, spliterator
getAdapter
Copyright © 2019–2021 HCL. All rights reserved.