类 AuthModule

java.lang.Object
cool.scx.core.ScxModule
cool.scx.ext.auth.AuthModule

public class AuthModule extends cool.scx.core.ScxModule

OrganizationModule class.

版本:
1.11.8
作者:
scx567888
  • 字段概要

    从类继承的字段 cool.scx.core.ScxModule

    classList, defaultName, rootPath
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    init(cool.scx.core.Scx scx)
    initAuth.
    void
    start(cool.scx.core.Scx scx)
    void
    stop(cool.scx.core.Scx scx)

    从类继承的方法 cool.scx.core.ScxModule

    classList, rootPath

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • AuthModule

      public AuthModule()
  • 方法详细资料

    • init

      public static void init(cool.scx.core.Scx scx)

      initAuth.

    • start

      public void start(cool.scx.core.Scx scx)
      覆盖:
      start 在类中 cool.scx.core.ScxModule
    • stop

      public void stop(cool.scx.core.Scx scx)
      覆盖:
      stop 在类中 cool.scx.core.ScxModule
    • name

      public String name()
      覆盖:
      name 在类中 cool.scx.core.ScxModule