Java org.apache.shiro.authc.credential PasswordService fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.authc.credential PasswordService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.authc.credential PasswordService.

The text is from its open source code.

Implementation

org.apache.shiro.authc.credential.PasswordService has the following implementations.
Click this link to see all its implementation.

Method

StringencryptPassword(Object plaintextPassword)
Converts the specified plaintext password (usually acquired from your application's 'new user' or 'password reset' workflow) into a formatted string safe for storage.
booleanpasswordsMatch(Object submittedPlaintext, String encrypted)
Returns true if the submittedPlaintext password matches the existing saved password, false otherwise.