Uses of Class
org.gcube.common.security.secrets.Secret
Packages that use Secret
Package
Description
-
Uses of Secret in org.gcube.common.security
Methods in org.gcube.common.security with parameters of type SecretModifier and TypeMethodDescriptionstatic voidAuthorizedTasks.executeSafely(Runnable task, Secret secret) Executes aRunnabletask immediately within a specific secret context.static <T> TAuthorizedTasks.executeSafely(Callable<T> task, Secret secret) Executes aCallabletask immediately within a specific secret context. -
Uses of Secret in org.gcube.common.security.factories
Methods in org.gcube.common.security.factories that return SecretModifier and TypeMethodDescriptionAuthorizationProvider.getSecretForContext(String context) Retrieves the secret for a given authorization context. -
Uses of Secret in org.gcube.common.security.providers
Methods in org.gcube.common.security.providers that return SecretModifier and TypeMethodDescriptionstatic SecretSecretManagerProvider.get()Retrieves theSecretassociated with the current thread.Methods in org.gcube.common.security.providers with parameters of type Secret