Uses of Class
io.quarkus.vault.auth.VaultAppRoleAuthRole
-
Packages that use VaultAppRoleAuthRole Package Description io.quarkus.vault io.quarkus.vault.auth io.quarkus.vault.runtime -
-
Uses of VaultAppRoleAuthRole in io.quarkus.vault
Methods in io.quarkus.vault that return VaultAppRoleAuthRole Modifier and Type Method Description VaultAppRoleAuthRoleVaultAppRoleAuthService. getAppRole(String name)Returns the definition of a vault appRole.Methods in io.quarkus.vault that return types with arguments of type VaultAppRoleAuthRole Modifier and Type Method Description io.smallrye.mutiny.Uni<VaultAppRoleAuthRole>VaultAppRoleAuthReactiveService. getAppRole(String name)Returns the definition of a vault appRole.Methods in io.quarkus.vault with parameters of type VaultAppRoleAuthRole Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>VaultAppRoleAuthReactiveService. createOrUpdateAppRole(String name, VaultAppRoleAuthRole appRole)Create or update a vault appRole.voidVaultAppRoleAuthService. createOrUpdateAppRole(String name, VaultAppRoleAuthRole appRole)Create or update a vault appRole. -
Uses of VaultAppRoleAuthRole in io.quarkus.vault.auth
-
Uses of VaultAppRoleAuthRole in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type VaultAppRoleAuthRole Modifier and Type Method Description io.smallrye.mutiny.Uni<VaultAppRoleAuthRole>VaultAppRoleAuthManager. getAppRole(String name)Methods in io.quarkus.vault.runtime with parameters of type VaultAppRoleAuthRole Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>VaultAppRoleAuthManager. createOrUpdateAppRole(String name, VaultAppRoleAuthRole role)
-