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, setPasswordequals, getId, getName, setId, setName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddGroup, getGroups, getGroupsAsSet, removeGroup, setGroups, setGroupsAsSetgetPassword, setPasswordgetId, getName, setId, setNamepublic <T extends User> Set<T> getDelegatees()
getDelegatees in interface DynamicUserpublic <T extends User> void setDelegatees(Set<T> delegatees)
setDelegatees in interface DynamicUserdelegatees - The delegatees to set.public <T extends User> Set<T> getDelegators()
getDelegators in interface DynamicUserpublic <T extends User> void setDelegators(Set<T> delegators)
setDelegators in interface DynamicUserdelegators - The delegators to set.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.