mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
RefreshToken
This commit is contained in:
@@ -45,15 +45,12 @@ public class AuthorizeBaseEndpoint {
|
||||
final static Logger _logger = LoggerFactory.getLogger(AuthorizeBaseEndpoint.class);
|
||||
|
||||
@Autowired
|
||||
@Qualifier("applicationConfig")
|
||||
protected ApplicationConfig applicationConfig;
|
||||
|
||||
@Autowired
|
||||
@Qualifier("appsService")
|
||||
protected AppsService appsService;
|
||||
|
||||
@Autowired
|
||||
@Qualifier("accountsService")
|
||||
protected AccountsService accountsService;
|
||||
|
||||
protected Apps getApp(String id){
|
||||
|
||||
@@ -33,11 +33,9 @@ public class CasBaseAuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
final static Logger _logger = LoggerFactory.getLogger(CasBaseAuthorizeEndpoint.class);
|
||||
|
||||
@Autowired
|
||||
@Qualifier("appsCasDetailsService")
|
||||
protected AppsCasDetailsService casDetailsService;
|
||||
|
||||
@Autowired
|
||||
@Qualifier("userInfoService")
|
||||
protected UserInfoService userInfoService;
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.apache.commons.lang.Validate;
|
||||
import org.maxkey.authn.AbstractAuthenticationProvider;
|
||||
import org.maxkey.authn.LoginCredential;
|
||||
import org.maxkey.authn.jwt.AuthJwt;
|
||||
import org.maxkey.authn.jwt.AuthJwtService;
|
||||
import org.maxkey.authn.jwt.AuthTokenService;
|
||||
import org.maxkey.authz.saml.common.EndpointGenerator;
|
||||
import org.maxkey.authz.saml.common.TrustResolver;
|
||||
import org.maxkey.authz.saml.service.IDService;
|
||||
@@ -120,7 +120,7 @@ public class ConsumerEndpoint {
|
||||
private MessageReplayRule messageReplayRule;
|
||||
|
||||
@Autowired
|
||||
AuthJwtService authJwtService;
|
||||
AuthTokenService authJwtService;
|
||||
|
||||
EndpointGenerator endpointGenerator;
|
||||
AuthnRequestGenerator authnRequestGenerator;
|
||||
|
||||
Reference in New Issue
Block a user