public class DynamicUserImpl extends BasicUserImpl implements DynamicUser
Constructor and Description |
---|
DynamicUserImpl() |
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, getPassword, hashCode, removeGroup, setGroups, setGroupsAsSet, setPassword
equals, getId, getName, setId, setName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addGroup, getGroups, getGroupsAsSet, removeGroup, setGroups, setGroupsAsSet
getPassword, setPassword
getId, getName, setId, setName
public <T extends User> Set<T> getDelegatees()
getDelegatees
in interface DynamicUser
public <T extends User> void setDelegatees(Set<T> delegatees)
setDelegatees
in interface DynamicUser
delegatees
- The delegatees to set.public <T extends User> Set<T> getDelegators()
getDelegators
in interface DynamicUser
public <T extends User> void setDelegators(Set<T> delegators)
setDelegators
in interface DynamicUser
delegators
- The delegators to set.Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.