mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
remove unused import
This commit is contained in:
@@ -22,7 +22,6 @@ import org.pac4j.cas.client.rest.CasRestFormClient;
|
||||
import org.pac4j.cas.config.CasConfiguration;
|
||||
import org.pac4j.cas.credentials.authenticator.CasRestAuthenticator;
|
||||
import org.pac4j.cas.profile.CasProfile;
|
||||
import org.pac4j.core.context.J2EContext;
|
||||
import org.pac4j.core.context.WebContext;
|
||||
import org.pac4j.core.credentials.TokenCredentials;
|
||||
import org.pac4j.core.credentials.UsernamePasswordCredentials;
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
*/
|
||||
package org.dromara.maxkey.authz.oauth2.provider;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.dromara.maxkey.authn.SignPrincipal;
|
||||
|
||||
@@ -40,10 +40,8 @@ import org.dromara.maxkey.authz.oauth2.provider.OAuth2Authentication;
|
||||
import org.dromara.maxkey.authz.oauth2.provider.token.AccessTokenConverter;
|
||||
import org.dromara.maxkey.authz.oauth2.provider.token.DefaultAccessTokenConverter;
|
||||
import org.dromara.maxkey.authz.oauth2.provider.token.ResourceServerTokenServices;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
|
||||
@@ -40,7 +40,6 @@ import org.dromara.maxkey.crypto.jwt.encryption.service.impl.DefaultJwtEncryptio
|
||||
import org.dromara.maxkey.crypto.jwt.signer.service.impl.DefaultJwtSigningAndValidationService;
|
||||
import org.dromara.maxkey.entity.apps.oauth2.provider.ClientDetails;
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.format.DateTimeFormat;
|
||||
|
||||
import com.nimbusds.jose.util.Base64URL;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
@@ -29,7 +29,6 @@ import java.util.Map;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang.Validate;
|
||||
import org.dromara.maxkey.authn.LoginCredential;
|
||||
import org.dromara.maxkey.authn.jwt.AuthJwt;
|
||||
import org.dromara.maxkey.authn.jwt.AuthTokenService;
|
||||
import org.dromara.maxkey.authn.provider.AbstractAuthenticationProvider;
|
||||
import org.dromara.maxkey.authz.saml.common.EndpointGenerator;
|
||||
@@ -53,7 +52,6 @@ import org.opensaml.common.binding.security.MessageReplayRule;
|
||||
import org.opensaml.saml2.core.Assertion;
|
||||
import org.opensaml.saml2.core.Response;
|
||||
import org.opensaml.saml2.core.StatusCode;
|
||||
import org.opensaml.ws.message.decoder.MessageDecodingException;
|
||||
import org.opensaml.xml.security.CriteriaSet;
|
||||
import org.opensaml.xml.security.SecurityException;
|
||||
import org.opensaml.xml.security.credential.Credential;
|
||||
|
||||
Reference in New Issue
Block a user