first commit
This commit is contained in:
parent
b67996b6a8
commit
5cdc51d173
|
@ -1,8 +1,8 @@
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
# Changelog for Common Smartgears
|
# Changelog for Gcube security
|
||||||
|
|
||||||
## [v.1.0.0] - 2013-10-24
|
## [v1.0.0-SNAPSHOT] - 2022-05-23
|
||||||
|
|
||||||
- First Release
|
- First Release
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package providers;
|
package org.gcube.common.security.providers;
|
||||||
|
|
||||||
import org.gcube.common.keycloak.KeycloakClientFactory;
|
import org.gcube.common.keycloak.KeycloakClientFactory;
|
||||||
import org.gcube.common.keycloak.model.TokenResponse;
|
import org.gcube.common.keycloak.model.TokenResponse;
|
|
@ -1,4 +1,4 @@
|
||||||
package providers;
|
package org.gcube.common.security.providers;
|
||||||
|
|
||||||
import org.gcube.common.security.secrets.Secret;
|
import org.gcube.common.security.secrets.Secret;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package providers;
|
package org.gcube.common.security.providers;
|
||||||
|
|
||||||
import org.gcube.common.security.secrets.Secret;
|
import org.gcube.common.security.secrets.Secret;
|
||||||
|
|
|
@ -14,11 +14,10 @@ import org.gcube.common.keycloak.model.TokenResponse;
|
||||||
import org.gcube.common.keycloak.model.util.Time;
|
import org.gcube.common.keycloak.model.util.Time;
|
||||||
import org.gcube.common.security.Caller;
|
import org.gcube.common.security.Caller;
|
||||||
import org.gcube.common.security.GCubeJWTObject;
|
import org.gcube.common.security.GCubeJWTObject;
|
||||||
|
import org.gcube.common.security.providers.RenewalProvider;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import providers.RenewalProvider;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,8 +2,6 @@ package org.gcube.common.security.secrets;
|
||||||
|
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
import org.gcube.common.security.secrets.Secret;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue