Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
UserManager.getACL(User user)
Return a Class object representing the system's chosen implementation of
of ACL interface.
|
Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
ACLFactory.getAccessControlList(User user) |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicAccessControlList
This interface describes a control class that makes it easy to find out if a
particular User has a given Permission.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAccessControlListImpl
This is a control class that makes it easy to find out if a particular User
has a given Permission.
|
Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
BasicACLFactory.getAccessControlList(User user) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicAccessControlList
This interface describes a control class that makes it easy to find out if a
particular User has a given Permission.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicAccessControlListImpl
This is a control class that makes it easy to find out if a particular User
has a given Permission.
|
Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
DynamicACLFactory.getAccessControlList(User user) |
Modifier and Type | Interface and Description |
---|---|
interface |
TurbineAccessControlList
This interface describes a control class that makes it
easy to find out if a particular User has a given Permission.
|
Modifier and Type | Class and Description |
---|---|
class |
TurbineAccessControlListImpl
This is a control class that makes it easy to find out if a
particular User has a given Permission.
|
Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
TurbineACLFactory.getAccessControlList(User user) |
Modifier and Type | Method and Description |
---|---|
<T extends AccessControlList> |
AbstractUserManager.getACL(User user) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.