Java org.apache.wicket.authentication IAuthenticationStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.authentication IAuthenticationStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.authentication IAuthenticationStrategy.

The text is from its open source code.

Implementation

org.apache.wicket.authentication.IAuthenticationStrategy has the following implementations.
Click this link to see all its implementation.

Method

String[]load()
If "rememberMe" is enabled, then load the saved credentials (e.g.
voidremove()
When the user logs out (session invalidation), than remove username and password from the persistence store
voidsave(final String credential, final String... extraCredentials)
If "rememberMe" is enabled and login was successful, then store the given credentials in the persistence store (e.g.