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