|
@@ -36,7 +36,6 @@ import org.maxkey.authz.oauth2.provider.ClientDetailsService;
|
|
|
import org.maxkey.authz.oauth2.provider.OAuth2Authentication;
|
|
|
import org.maxkey.authz.oauth2.provider.token.DefaultTokenServices;
|
|
|
import org.maxkey.constants.ContentType;
|
|
|
-import org.maxkey.crypto.jose.keystore.JWKSetKeyStore;
|
|
|
import org.maxkey.crypto.jwt.encryption.service.impl.DefaultJwtEncryptionAndDecryptionService;
|
|
|
import org.maxkey.crypto.jwt.signer.service.impl.DefaultJwtSigningAndValidationService;
|
|
|
import org.maxkey.entity.UserInfo;
|
|
@@ -56,9 +55,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
-import com.nimbusds.jose.EncryptionMethod;
|
|
|
import com.nimbusds.jose.JOSEException;
|
|
|
-import com.nimbusds.jose.JWEAlgorithm;
|
|
|
import com.nimbusds.jose.JWEHeader;
|
|
|
import com.nimbusds.jose.JWEObject;
|
|
|
import com.nimbusds.jose.JWSAlgorithm;
|