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

com.github.zhengframework.shiro.jaxrs.ShiroJaxrsModule Maven / Gradle / Ivy

package com.github.zhengframework.shiro.jaxrs;

import com.google.inject.AbstractModule;
import org.apache.shiro.web.jaxrs.ShiroFeature;

public class ShiroJaxrsModule extends AbstractModule {

  @Override
  protected void configure() {
    bind(ShiroFeature.class);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy