Package | Description |
---|---|
org.apache.river.api.security |
This package contains a scalable cache based security manager that parallelises
domain security checks.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinerSecurityManager
CombinerSecurityManager, is intended to be a highly scalable
SecurityManager implementation that caches the results of security checks
for each context, which may be an instance of SecurityContext or
AccessControlContext.
|
class |
DelegateSecurityManager
The DelegateSecurityManager is designed to enable the use of
Delegate decorators to encapsulate security sensitive objects using
Li Gong's method guard pattern.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.