Class PasswordExtractorImpl
java.lang.Object
de.xima.fc.web.common.auth.password.PasswordExtractorImpl
- All Implemented Interfaces:
org.pac4j.core.credentials.extractor.CredentialsExtractor
@Deprecated
public class PasswordExtractorImpl
extends Object
implements org.pac4j.core.credentials.extractor.CredentialsExtractor
Deprecated.
Extractor for retrieving an password from an request
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PasswordExtractorImpl
Deprecated.
-
-
Method Details
-
extract
public Optional<org.pac4j.core.credentials.Credentials> extract(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated.- Specified by:
extract
in interfaceorg.pac4j.core.credentials.extractor.CredentialsExtractor
-
PasswordCredentialsExtractor
instead.