Package net.shibboleth.shared.primitive
Class CleanerSupport
java.lang.Object
net.shibboleth.shared.primitive.CleanerSupport
Utility methods for working with
Cleaner.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CleanergetInstance(Class<?> requester) Obtain a newCleanerinstance.
-
Field Details
-
LOG
@Nonnull private static final org.slf4j.Logger LOGLogger.
-
-
Constructor Details
-
CleanerSupport
private CleanerSupport()Constructor.
-
-
Method Details
-
getInstance
Obtain a newCleanerinstance.- Parameters:
requester- the class which requests the cleaner instance- Returns:
- the cleaner instance
-