Class VaultProperties.AppRoleProperties
- java.lang.Object
-
- org.springframework.cloud.vault.config.VaultProperties.AppRoleProperties
-
- Enclosing class:
- VaultProperties
public static class VaultProperties.AppRoleProperties extends Object
AppRole properties.
-
-
Constructor Summary
Constructors Constructor Description AppRoleProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppRolePath()StringgetRole()StringgetRoleId()StringgetSecretId()voidsetAppRolePath(String appRolePath)voidsetRole(String role)voidsetRoleId(String roleId)voidsetSecretId(String secretId)
-
-
-
Method Detail
-
getAppRolePath
public String getAppRolePath()
-
setAppRolePath
public void setAppRolePath(String appRolePath)
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
getRoleId
@Nullable public String getRoleId()
-
setRoleId
public void setRoleId(@Nullable String roleId)
-
getSecretId
@Nullable public String getSecretId()
-
setSecretId
public void setSecretId(@Nullable String secretId)
-
-