Package tv.hd3g.authkit.utility
Class AnnotatedControllerClass
- java.lang.Object
-
- tv.hd3g.authkit.utility.AnnotatedControllerClass
-
public class AnnotatedControllerClass extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotatedControllerClass(Class<?> referer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>getAllRights()List<tv.hd3g.commons.authkit.AuditAfter>getAudits(Method method)ControllerTypegetControllerType()List<tv.hd3g.commons.authkit.CheckBefore>getRequireAuthList(Method method)booleanisRequireRenforceCheckBefore(Method method)booleanisRequireValidAuth(Method method)
-
-
-
Constructor Detail
-
AnnotatedControllerClass
public AnnotatedControllerClass(Class<?> referer)
-
-
Method Detail
-
getRequireAuthList
public List<tv.hd3g.commons.authkit.CheckBefore> getRequireAuthList(Method method)
-
isRequireRenforceCheckBefore
public boolean isRequireRenforceCheckBefore(Method method)
-
isRequireValidAuth
public boolean isRequireValidAuth(Method method)
-
getControllerType
public ControllerType getControllerType()
-
-