Uses of Class
org.apache.shenyu.common.dto.AuthParamData
-
Packages that use AuthParamData Package Description org.apache.shenyu.common.dto -
-
Uses of AuthParamData in org.apache.shenyu.common.dto
Methods in org.apache.shenyu.common.dto that return types with arguments of type AuthParamData Modifier and Type Method Description java.util.List<AuthParamData>AppAuthData. getParamDataList()get paramDataList.Method parameters in org.apache.shenyu.common.dto with type arguments of type AuthParamData Modifier and Type Method Description AppAuthData.BuilderAppAuthData.Builder. paramDataList(java.util.List<AuthParamData> paramDataList)build paramDataList.voidAppAuthData. setParamDataList(java.util.List<AuthParamData> paramDataList)set paramDataList.
-