Class Secret
java.lang.Object
dev.galasa.framework.api.common.resources.Secret
-
Constructor Summary
ConstructorDescriptionSecret
(ICredentialsService credentialsService, String secretName, ITimeService timeService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
void
setSecretToCredentialsStore
(ICredentials newValue, String username)
-
Constructor Details
-
Secret
-
-
Method Details
-
existsInCredentialsStore
public boolean existsInCredentialsStore() -
loadValueFromCredentialsStore
- Throws:
InternalServletException
-
setSecretToCredentialsStore
public void setSecretToCredentialsStore(ICredentials newValue, String username) throws InternalServletException - Throws:
InternalServletException
-
deleteSecretFromCredentialsStore
- Throws:
InternalServletException
-