All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ocoop.shiro.authc.realm.resolves.delegate.MobileCaptchaSubjectResolveAware Maven / Gradle / Ivy

package cn.ocoop.shiro.authc.realm.resolves.delegate;

import cn.ocoop.shiro.subject.User;
import org.apache.shiro.authc.AuthenticationToken;

/**
 * Created by liolay on 2017/1/9.
 */
public interface MobileCaptchaSubjectResolveAware {
    User findLoginUser(AuthenticationToken token);

    User unknownAccountProcess(AuthenticationToken token);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy