Class AnnotatedControllerClass

java.lang.Object
tv.hd3g.authkit.utility.AnnotatedControllerClass

public class AnnotatedControllerClass extends Object
  • Constructor Details

    • AnnotatedControllerClass

      public AnnotatedControllerClass(Class<?> referer)
  • Method Details

    • getRequireAuthList

      public List<CheckBefore> getRequireAuthList(Method method)
    • getAudits

      public List<AuditAfter> getAudits(Method method)
    • isRequireRenforceCheckBefore

      public boolean isRequireRenforceCheckBefore(Method method)
    • isRequireValidAuth

      public boolean isRequireValidAuth(Method method)
    • getControllerType

      public ControllerType getControllerType()
    • getAllRights

      public Stream<String> getAllRights()