継承メンバを含む org.mitre.oauth2.web.DeviceEndpoint の全メンバ一覧です。
approveDevice(@RequestParam("user_code") String userCode, @RequestParam(value="user_oauth_approval") Boolean approve, ModelMap model, Authentication auth, HttpSession session) | org.mitre.oauth2.web.DeviceEndpoint | inline |
clientService | org.mitre.oauth2.web.DeviceEndpoint | private |
config | org.mitre.oauth2.web.DeviceEndpoint | private |
deviceCodeService | org.mitre.oauth2.web.DeviceEndpoint | private |
logger | org.mitre.oauth2.web.DeviceEndpoint | static |
oAuth2RequestFactory | org.mitre.oauth2.web.DeviceEndpoint | private |
readUserCode(@RequestParam("user_code") String userCode, ModelMap model, HttpSession session) | org.mitre.oauth2.web.DeviceEndpoint | inline |
requestDeviceCode(@RequestParam("client_id") String clientId, @RequestParam(name="scope", required=false) String scope, Map< String, String > parameters, ModelMap model) | org.mitre.oauth2.web.DeviceEndpoint | inline |
requestUserCode(ModelMap model) | org.mitre.oauth2.web.DeviceEndpoint | inline |
scopeService | org.mitre.oauth2.web.DeviceEndpoint | private |
URL | org.mitre.oauth2.web.DeviceEndpoint | static |
USER_URL | org.mitre.oauth2.web.DeviceEndpoint | static |