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

leisure.springboot.authorization.UserAccessStrategyService Maven / Gradle / Ivy

The newest version!
package leisure.springboot.authorization;

import javax.servlet.http.HttpServletRequest;

public interface UserAccessStrategyService {

    /**
     * @param request
     * @return
     */
    boolean verify(HttpServletRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy