public abstract class AbstractLoginService<T extends LoginProperties> extends Object implements LoginService
| 限定符和类型 | 字段和说明 |
|---|---|
protected T |
properties |
protected static String |
REDIRECT |
protected org.springframework.web.client.RestTemplate |
restTemplate |
| 构造器和说明 |
|---|
AbstractLoginService() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorUrl() |
T |
getProperties() |
String |
getRedirectUrl() |
String |
loadAuthPage()
加载第三方授权页
|
String |
loadQrcode()
加载第三方二维码
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUserInfo, loadAuthPage, loadQrcode@Autowired protected org.springframework.web.client.RestTemplate restTemplate
@Autowired protected T extends LoginProperties properties
public String getRedirectUrl()
public String getErrorUrl()
public T getProperties()
getProperties 在接口中 LoginServicepublic String loadQrcode()
LoginServiceloadQrcode 在接口中 LoginServicepublic String loadAuthPage()
LoginServiceloadAuthPage 在接口中 LoginServiceCopyright © 2018. All rights reserved.