cn.ocoop.shiro.authc.realm.resolves.delegate.HttpBasicSubjectAware Maven / Gradle / Ivy
package cn.ocoop.shiro.authc.realm.resolves.delegate;
import cn.ocoop.shiro.subject.BasicHttpAuthcUser;
import java.util.Collection;
public interface HttpBasicSubjectAware {
Collection getUsers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy