public class CredentialsMatcher
extends org.apache.shiro.authc.credential.SimpleCredentialsMatcher
| 构造器和说明 |
|---|
CredentialsMatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token,
org.apache.shiro.authc.AuthenticationInfo info) |
PasswordEncoder |
getPasswordEncoder() |
void |
setPasswordEncoder(PasswordEncoder passwordEncoder) |
equals, getCredentials, getCredentialspublic boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token,
org.apache.shiro.authc.AuthenticationInfo info)
doCredentialsMatch 在接口中 org.apache.shiro.authc.credential.CredentialsMatcherdoCredentialsMatch 在类中 org.apache.shiro.authc.credential.SimpleCredentialsMatcherpublic PasswordEncoder getPasswordEncoder()
public void setPasswordEncoder(PasswordEncoder passwordEncoder)
Copyright © 2022. All rights reserved.