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 the
UsernamePasswordContext
from 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 Details
-
UsernamePasswordCleanupHook
public UsernamePasswordCleanupHook()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ProfileRequestContext>
-