public interface Group
User
s in the repository.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description property of this group.
|
String |
getId()
Get the id of the group.
|
Set<String> |
getMembers()
Get the immutable set of
User identifiers who are members of this group. |
String |
getProperty(String propertyName)
Get an additional group property by name.
|
Set<String> |
getUserRoles()
Get the directly assigned user role names for this group.
|
boolean |
isExternal()
Whether this is an external user
|
boolean |
isSystemGroup()
Whether this group is marked as a system group.
|
String getId()
Set<String> getMembers()
User identifiers
who are members of this group. which can be used
to lookup the referenced User
object(s) through SecurityService.getUser(String)
.
Note: this set is lazy loaded, once.
User identifiers
who are members of this groupSet<String> getUserRoles()
The user role names are not resolved, nor include possible implied user roles names
String getDescription()
null
if not presentboolean isSystemGroup()
boolean isExternal()
String getProperty(String propertyName)
Only single properties of type String, Boolean, Date, Double or Long are returned, while internal properties are hidden.
propertyName
,
or null
if not present/availableCopyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.