Package net.shibboleth.idp.authn.impl
Class ValidateCredentials.UsernamePasswordCleanupHook
- java.lang.Object
-
- net.shibboleth.idp.authn.impl.ValidateCredentials.UsernamePasswordCleanupHook
-
- All Implemented Interfaces:
Consumer<ProfileRequestContext>
- Enclosing class:
- ValidateCredentials
public static class ValidateCredentials.UsernamePasswordCleanupHook extends Object implements Consumer<ProfileRequestContext>
A default cleanup hook that removes theUsernamePasswordContextfrom the tree. It also "clears" the password field, but this won't be useful until we get off the String type.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description UsernamePasswordCleanupHook()
-
-
-
Method Detail
-
accept
public void accept(@Nullable ProfileRequestContext input)- Specified by:
acceptin interfaceConsumer<ProfileRequestContext>
-
-