Package | Description |
---|---|
net.shibboleth.utilities.java.support.component |
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
net.shibboleth.utilities.java.support.service |
Service support for Shibbleth projects.
A service is something reloads instances of serviceable components. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiableInitializableComponent
An
AbstractIdentifiedInitializableComponent with a public setter. |
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. |
class |
IPRangeAccessControl
Simple access control implementation based on IP address checking.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReloadableService<T>
Base class for
ReloadableService . |
Copyright © 1999–2016. All rights reserved.