public static class MethodBase.MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(Class methodClass,
boolean requiresAuth) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getMethodClass() |
boolean |
getRequiresAuth()
Called when servicing a request to determine if this method requires
authentication.
|
public MethodInfo(Class methodClass, boolean requiresAuth)
methodClass - requiresAuth - public Class getMethodClass()
public boolean getRequiresAuth()
Copyright © 2018 Bedework. All rights reserved.