Java org.springframework.security.crypto.password PasswordEncoder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.crypto.password PasswordEncoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.crypto.password PasswordEncoder.

The text is from its open source code.

Implementation

org.springframework.security.crypto.password.PasswordEncoder has the following implementations.
Click this link to see all its implementation.

Constructor

Method

Objectclone()
Creates and returns a copy of this object.
Stringencode(CharSequence rawPassword)
Encode the raw password.
ClassgetClass()
Returns the runtime class of this Object .
booleanmatches(CharSequence rawPassword, String encodedPassword)
Verify the encoded password obtained from storage matches the submitted raw password after it too is encoded.