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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleandoCredentialsMatch(AuthenticationToken token, AuthenticationInfo info)
This implementation first hashes the token 's credentials, potentially using a salt if the info argument is a org.apache.shiro.authc.SaltedAuthenticationInfo SaltedAuthenticationInfo .