This project has retired. For details please refer to its Attic page.
org.apache.river.api.security (Apache River v3.0.0 API Documentation)
Skip navigation links

Package org.apache.river.api.security

This package contains a scalable cache based security manager that parallelises domain security checks.

See: Description

Package org.apache.river.api.security Description

This package contains a scalable cache based security manager that parallelises domain security checks. Also included is a concurrent policy file provider to replace Java's standard offering, this policy provider is in theory much faster after policy file parsing is complete, it uses an immutable data structure that supports highly scalable concurrent access and does not require further disk access and minimises network and DNS requirements.

Disk access of policy files is performed serially.

Since:
3.3.0
Skip navigation links

Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.