| Package | Description |
|---|---|
| net.shibboleth.idp.log |
IdP logging setup and management classes.
|
| net.shibboleth.idp.service |
Within the IdP a 'service' is a coarse grained component.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceableComponent<Object> |
LogbackLoggingService.getServiceableComponent()
Get the serviceable component that this service supports .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceableComponent<T>
Implementation of
ServiceableComponent that does most of the work required. |
| Modifier and Type | Field and Description |
|---|---|
private ServiceableComponent<T> |
ReloadableSpringService.cachedComponent
The last known good component.
|
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends ServiceableComponent> |
ReloadableSpringService.theServiceClaz
The precise class to look for.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceableComponent<T> |
ReloadableSpringService.getServiceableComponent()
Get the serviceable component.
|
ServiceableComponent<T> |
ReloadableService.getServiceableComponent()
Get the serviceable component that this service supports .
|
| Constructor and Description |
|---|
ReloadableSpringService(Class<T> claz,
Class<? extends ServiceableComponent> servicableClaz)
Constructor.
|
Copyright © 1999–2014. All rights reserved.