Class LegacyGCubeTokenSecretFactory
- java.lang.Object
-
- org.gcube.smartgears.security.secrets.LegacyGCubeTokenSecretFactory
-
- All Implemented Interfaces:
SecretFactory<org.gcube.common.security.secrets.GCubeSecret>
public class LegacyGCubeTokenSecretFactory extends Object implements SecretFactory<org.gcube.common.security.secrets.GCubeSecret>
-
-
Constructor Summary
Constructors Constructor Description LegacyGCubeTokenSecretFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.common.security.secrets.GCubeSecretcreate(jakarta.servlet.http.HttpServletRequest request)Class<org.gcube.common.security.secrets.GCubeSecret>getSecretClass()
-
-
-
Method Detail
-
create
public org.gcube.common.security.secrets.GCubeSecret create(jakarta.servlet.http.HttpServletRequest request) throws SecretNotFoundException- Specified by:
createin interfaceSecretFactory<org.gcube.common.security.secrets.GCubeSecret>- Throws:
SecretNotFoundException
-
getSecretClass
public Class<org.gcube.common.security.secrets.GCubeSecret> getSecretClass()
- Specified by:
getSecretClassin interfaceSecretFactory<org.gcube.common.security.secrets.GCubeSecret>
-
-