| 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 | Interface and Description |
|---|---|
interface |
IdentifiableComponent
A
Component whose identifier can be set. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdentifiableInitializableComponent
An
AbstractIdentifiedInitializableComponent with a public setter. |
class |
AbstractIdentifiedInitializableComponent
Simple implementation of
InitializableComponent and IdentifiedComponent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessControlService
A component that supplies
AccessControl instances identified by a policy name. |
| 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–2015. All rights reserved.