Package | Description |
---|---|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAccessControlService
Simple implementation that uses an in-memory map of policies.
|
class |
DelegatingAccessControlService
This class uses the
ReloadableService concept to implement AccessControlService
to hide the details of pinning and unpinning the underlying service. |
Modifier and Type | Field and Description |
---|---|
private ReloadableService<AccessControlService> |
DelegatingAccessControlService.service
The service which manages the reloading.
|
Constructor and Description |
---|
DelegatingAccessControlService(ReloadableService<AccessControlService> acService)
Constructor.
|
Copyright © 1999–2016. All rights reserved.