Package org.jrest4guice.security

Examples of org.jrest4guice.security.SecurityGuiceModuleProvider


   * 打开JAAS支持
   * @return
   */
  public GuiceContext useSecurity(){
    this.useSecurity = true;
    this.addModuleProvider(new SecurityGuiceModuleProvider());
    return this;
  }
View Full Code Here

TOP

Related Classes of org.jrest4guice.security.SecurityGuiceModuleProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.