Uses of Class
x.oauth.ApplicationInfo
Packages that use ApplicationInfo
-
Uses of ApplicationInfo in x
Methods in x that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionstatic List<ApplicationInfo> TestAll.filterClientApps(List<ApplicationInfo> apps) Method parameters in x with type arguments of type ApplicationInfoModifier and TypeMethodDescriptionstatic List<ApplicationInfo> TestAll.filterClientApps(List<ApplicationInfo> apps) -
Uses of ApplicationInfo in x.oauth
Methods in x.oauth that return ApplicationInfoModifier and TypeMethodDescriptionAuthorizationServer.getApplicationInfo(String clientId) static ApplicationInfoApplicationInfo.loadFromXDataClientCredential(XData data) Methods in x.oauth that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionstatic List<ApplicationInfo> OAuthMain.filterClientApps(javax.servlet.http.HttpServletRequest req, List<ApplicationInfo> apps) DBManager.getAllApplications()Lists all client applications stored in the DB.SkyLogicDataManager.getAllApplications()protected List<ApplicationInfo> ScopeService.getClientAppsByScope(String scopeName) Method parameters in x.oauth with type arguments of type ApplicationInfoModifier and TypeMethodDescriptionstatic List<ApplicationInfo> OAuthMain.filterClientApps(javax.servlet.http.HttpServletRequest req, List<ApplicationInfo> apps)