Interface SecretFactory<T extends org.gcube.common.security.secrets.Secret>
-
- All Known Implementing Classes:
GCubeKeyCloakSecretFactory,LegacyGCubeTokenSecretFactory
public interface SecretFactory<T extends org.gcube.common.security.secrets.Secret>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(jakarta.servlet.http.HttpServletRequest request)Class<T>getSecretClass()
-
-
-
Method Detail
-
create
T create(jakarta.servlet.http.HttpServletRequest request) throws SecretNotFoundException
- Throws:
SecretNotFoundException
-
-