Package net.shibboleth.idp.authn.impl
Class ValidateExternalAuthentication.CertificateCleanupHook
- java.lang.Object
-
- net.shibboleth.idp.authn.impl.ValidateExternalAuthentication.CertificateCleanupHook
-
- All Implemented Interfaces:
Consumer<ProfileRequestContext>
- Enclosing class:
- ValidateExternalAuthentication
public static class ValidateExternalAuthentication.CertificateCleanupHook extends Object implements Consumer<ProfileRequestContext>
A default cleanup hook that removes aCertificateContextfrom the tree.- Since:
- 4.3.0
-
-
Constructor Summary
Constructors Constructor Description CertificateCleanupHook()
-
-
-
Method Detail
-
accept
public void accept(@Nullable ProfileRequestContext input)- Specified by:
acceptin interfaceConsumer<ProfileRequestContext>
-
-