public class MyPasswordMatcher
extends org.apache.shiro.authc.credential.PasswordMatcher
| 构造器和说明 |
|---|
MyPasswordMatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token,
org.apache.shiro.authc.AuthenticationInfo info) |
protected Object |
getStoredPassword(org.apache.shiro.authc.AuthenticationInfo storedUserInfo) |
protected Object |
getSubmittedPassword(org.apache.shiro.authc.AuthenticationToken token) |
public 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.PasswordMatcherprotected Object getSubmittedPassword(org.apache.shiro.authc.AuthenticationToken token)
getSubmittedPassword 在类中 org.apache.shiro.authc.credential.PasswordMatcherprotected Object getStoredPassword(org.apache.shiro.authc.AuthenticationInfo storedUserInfo)
getStoredPassword 在类中 org.apache.shiro.authc.credential.PasswordMatcherCopyright © 2014. All rights reserved.