Class ReloadableScope
java.lang.Object
net.shibboleth.shared.service.reloadable.ReloadableScope
- All Implemented Interfaces:
Scope
Custom Spring bean
Scope that directs bean requests into a managed ApplicationContext.- Since:
- 5.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.LoggerLogger.private final ReloadableService<ApplicationContext>Managed context service wrapper.static final StringScope indicating reloadability. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(String name, ObjectFactory<?> objectFactory) voidregisterDestructionCallback(String name, Runnable callback)
-
Field Details
-
SCOPE_RELOADABLE
Scope indicating reloadability.- See Also:
-
log
@Nonnull private final org.slf4j.Logger logLogger. -
reloadableService
Managed context service wrapper.
-
-
Constructor Details
-
Method Details
-
get
-
remove
-
registerDestructionCallback
- Specified by:
registerDestructionCallbackin interfaceScope
-
resolveContextualObject
- Specified by:
resolveContextualObjectin interfaceScope
-
getConversationId
- Specified by:
getConversationIdin interfaceScope
-