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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ProfileRequestContext input) voidSets optionalEncryptedCookieManagerto use.
-
Field Details
-
cookieManager
Optional cookie manager to use.
-
-
Constructor Details
-
UsernamePasswordCleanupHook
public UsernamePasswordCleanupHook()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<ProfileRequestContext>