public interface DynamicUser extends BasicUser
Modifier and Type | Method and Description |
---|---|
<T extends User> |
getDelegatees()
Get the set of delegatees for this user
|
<T extends User> |
getDelegators()
Get the set of delegators for this user
|
<T extends User> |
setDelegatees(Set<T> delegatees)
Set the delegatees for this user
|
<T extends User> |
setDelegators(Set<T> delegators)
Set the delegators for this user
|
addGroup, getGroups, getGroupsAsSet, removeGroup, setGroups, setGroupsAsSet
getPassword, setPassword
getId, getName, setId, setName
<T extends User> Set<T> getDelegatees()
<T extends User> void setDelegatees(Set<T> delegatees)
delegatees
- The delegatees to set.<T extends User> Set<T> getDelegators()
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.