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

qunar.tc.qconfig.common.support.AuthorizationControl Maven / Gradle / Ivy

The newest version!
package qunar.tc.qconfig.common.support;

import javax.servlet.http.HttpServletRequest;

public interface AuthorizationControl {

    boolean isCheckRequired(HttpServletRequest request);

    boolean isAuthorized(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy