Uses of Class
org.gcube.common.security.secrets.Secret
-
Packages that use Secret Package Description org.gcube.common.security org.gcube.common.security.factories org.gcube.common.security.providers -
-
Uses of Secret in org.gcube.common.security
Methods in org.gcube.common.security with parameters of type Secret Modifier and Type Method Description static voidAuthorizedTasks. executeSafely(Runnable task, Secret secret)Execute a runnable inline with set and reset of the SecretManagerProviderstatic <T> TAuthorizedTasks. executeSafely(Callable<T> task, Secret secret)Execute a callable inline with set and reset of the SecretManagerProvider -
Uses of Secret in org.gcube.common.security.factories
Methods in org.gcube.common.security.factories that return Secret Modifier and Type Method Description SecretAuthorizationProvider. getSecretForContext(String context) -
Uses of Secret in org.gcube.common.security.providers
Methods in org.gcube.common.security.providers that return Secret Modifier and Type Method Description static SecretSecretManagerProvider. get()Methods in org.gcube.common.security.providers with parameters of type Secret Modifier and Type Method Description static voidSecretManagerProvider. set(Secret secret)
-