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